Skip to content

Commit 0213191

Browse files
authored
chore(deps): update dependency redis to v3.5.0 (GoogleCloudPlatform#3583)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [redis](https://togithub.com/andymccurdy/redis-py) | minor | `==3.4.1` -> `==3.5.0` | --- ### Release Notes <details> <summary>andymccurdy/redis-py</summary> ### [`v3.5.0`](https://togithub.com/andymccurdy/redis-py/compare/3.4.1...3.5.0) [Compare Source](https://togithub.com/andymccurdy/redis-py/compare/3.4.1...3.5.0) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples).
1 parent 14cc3cf commit 0213191

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.2
22
gunicorn==20.0.4
3-
redis==3.4.1
3+
redis==3.5.0
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask==1.1.2
2-
redis==3.4.1
2+
redis==3.5.0
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
redis==3.4.1
1+
redis==3.5.0

memorystore/redis/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# [START memorystore_requirements]
1414
Flask==1.1.2
1515
gunicorn==20.0.4
16-
redis==3.4.1
16+
redis==3.5.0
1717
# [END memorystore_requirements]

0 commit comments

Comments
 (0)