Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 812f479

Browse filesBrowse files
authored
chore(deps): update dependency redis to v4 (GoogleCloudPlatform#7106)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [redis](https://togithub.com/redis/redis-py) | `==3.5.3` -> `==4.0.0` | [![age](https://badges.renovateapi.com/packages/pypi/redis/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/redis/4.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/redis/4.0.0/compatibility-slim/3.5.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/redis/4.0.0/confidence-slim/3.5.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>redis/redis-py</summary> ### [`v4.0.0`](https://togithub.com/redis/redis-py/releases/v4.0.0) [Compare Source](https://togithub.com/redis/redis-py/compare/3.5.3...v4.0.0) #### Changes Since 3.5.3 [4.0.0-rc2 release notes](https://togithub.com/redis/redis-py/releases/tag/v4.0.0rc2) [4.0.0-rc1 release notes](https://togithub.com/redis/redis-py/releases/tag/v4.0.0rc1) [4.0.0-beta3 release notes](https://togithub.com/redis/redis-py/releases/tag/v4.0.0b3) [4.0.0-beta2 release notes](https://togithub.com/redis/redis-py/releases/tag/v4.0.0b2) [4.0.0-beta1 ​release notes](https://togithub.com/redis/redis-py/releases/tag/v4.0.0b1) #### 🚀 New Features - FT.EXPLAINCLI intentionally raising NotImplementedError ([#&GoogleCloudPlatform#8203;1705](https://togithub.com/redis/redis-py/issues/1705)) #### 🐛 Bug Fixes - Restoring ZRANGE desc for Redis < 6.2.0 ([#&GoogleCloudPlatform#8203;1697](https://togithub.com/redis/redis-py/issues/1697)) - Response parsing occasionally fails to parse floats ([#&GoogleCloudPlatform#8203;1692](https://togithub.com/redis/redis-py/issues/1692)) - Re-enabling read-the-docs ([#&GoogleCloudPlatform#8203;1707](https://togithub.com/redis/redis-py/issues/1707)) #### 🧰 Maintenance - Call HSET after FT.CREATE to avoid keyspace scan ([#&GoogleCloudPlatform#8203;1706](https://togithub.com/redis/redis-py/issues/1706)) - Unit tests fixes for compatibility ([#&GoogleCloudPlatform#8203;1703](https://togithub.com/redis/redis-py/issues/1703)) - Improve documentation about Locks ([#&GoogleCloudPlatform#8203;1701](https://togithub.com/redis/redis-py/issues/1701)) - Fixes to allow --redis-url to pass through all tests ([#&GoogleCloudPlatform#8203;1700](https://togithub.com/redis/redis-py/issues/1700)) - Fix unit tests running against Redis 4.0.0 ([#&GoogleCloudPlatform#8203;1699](https://togithub.com/redis/redis-py/issues/1699)) - Search alias test fix ([#&GoogleCloudPlatform#8203;1695](https://togithub.com/redis/redis-py/issues/1695)) - Adding RediSearch/RedisJSON tests ([#&GoogleCloudPlatform#8203;1691](https://togithub.com/redis/redis-py/issues/1691)) - Updating codecov rules ([#&GoogleCloudPlatform#8203;1689](https://togithub.com/redis/redis-py/issues/1689)) - Tests to validate custom JSON decoders ([#&GoogleCloudPlatform#8203;1681](https://togithub.com/redis/redis-py/issues/1681)) - Added breaking icon to release drafter ([#&GoogleCloudPlatform#8203;1702](https://togithub.com/redis/redis-py/issues/1702)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&GoogleCloudPlatform#8203;AvitalFineRedis](https://togithub.com/AvitalFineRedis), [@&GoogleCloudPlatform#8203;ashtul](https://togithub.com/ashtul), [@&GoogleCloudPlatform#8203;chayim](https://togithub.com/chayim) and [@&GoogleCloudPlatform#8203;jerr0328](https://togithub.com/jerr0328) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent 6d3b3db commit 812f479
Copy full SHA for 812f479

File tree

Expand file treeCollapse file tree

4 files changed

+5
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+5
-4
lines changed
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
redis==3.5.3
1+
redis==4.0.0; python_version > '3.0'
2+
redis==3.5.3; python_version < '3.0'
23
Flask==1.1.4; python_version < '3.0'
34
Flask==2.0.0; python_version > '3.0'
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask==2.0.1
2-
redis==3.5.3
2+
redis==4.0.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
redis==3.5.3
1+
redis==4.0.0

‎memorystore/redis/requirements.txt

Copy file name to clipboardExpand all lines: memorystore/redis/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# [START memorystore_requirements]
1414
Flask==2.0.1
1515
gunicorn==20.1.0
16-
redis==3.5.3
16+
redis==4.0.0
1717
# [END memorystore_requirements]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.