Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3175dfd

Browse files
authored
chore(deps): update dependency redis to v4.1.1 (GoogleCloudPlatform#7378)
[![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) ([changelog](https://togithub.com/redis/redis-py/releases)) | `==4.1.0` -> `==4.1.1` | [![age](https://badges.renovateapi.com/packages/pypi/redis/4.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/redis/4.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/redis/4.1.1/compatibility-slim/4.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/redis/4.1.1/confidence-slim/4.1.0)](https://docs.renovatebot.com/merge-confidence/) | | [redis](https://togithub.com/redis/redis-py) ([changelog](https://togithub.com/redis/redis-py/releases)) | `==3.5.3` -> `==4.1.1` | [![age](https://badges.renovateapi.com/packages/pypi/redis/4.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/redis/4.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/redis/4.1.1/compatibility-slim/3.5.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/redis/4.1.1/confidence-slim/3.5.3)](https://docs.renovatebot.com/merge-confidence/) | | [redis](https://togithub.com/redis/redis-py) ([changelog](https://togithub.com/redis/redis-py/releases)) | `==4.0.0` -> `==4.1.1` | [![age](https://badges.renovateapi.com/packages/pypi/redis/4.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/redis/4.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/redis/4.1.1/compatibility-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/redis/4.1.1/confidence-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>redis/redis-py</summary> ### [`v4.1.1`](https://togithub.com/redis/redis-py/releases/v4.1.1) [Compare Source](https://togithub.com/redis/redis-py/compare/v4.1.0...v4.1.1) #### Changes #### 🚀 New Features - Add retries to connections in Sentinel Pools ([#&GoogleCloudPlatform#8203;1879](https://togithub.com/redis/redis-py/issues/1879)) - OCSP Stapling Support ([#&GoogleCloudPlatform#8203;1873](https://togithub.com/redis/redis-py/issues/1873)) - Define incr/decr as aliases of incrby/decrby ([#&GoogleCloudPlatform#8203;1874](https://togithub.com/redis/redis-py/issues/1874)) - FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN ([#&GoogleCloudPlatform#8203;1847](https://togithub.com/redis/redis-py/issues/1847)) #### 🐛 Bug Fixes - Timeseries docs fix ([#&GoogleCloudPlatform#8203;1877](https://togithub.com/redis/redis-py/issues/1877)) - get_connection: catch OSError too ([#&GoogleCloudPlatform#8203;1832](https://togithub.com/redis/redis-py/issues/1832)) - Set keys var otherwise variable not created ([#&GoogleCloudPlatform#8203;1853](https://togithub.com/redis/redis-py/issues/1853)) - Clusters should optionally require full slot coverage ([#&GoogleCloudPlatform#8203;1845](https://togithub.com/redis/redis-py/issues/1845)) #### 🧰 Maintenance - Triple quote docstrings in client.py PEP 257 ([#&GoogleCloudPlatform#8203;1876](https://togithub.com/redis/redis-py/issues/1876)) - syncing requirements ([#&GoogleCloudPlatform#8203;1870](https://togithub.com/redis/redis-py/issues/1870)) - Typo and typing in GraphCommands documentation ([#&GoogleCloudPlatform#8203;1855](https://togithub.com/redis/redis-py/issues/1855)) - Allowing poetry and redis-py to install together ([#&GoogleCloudPlatform#8203;1854](https://togithub.com/redis/redis-py/issues/1854)) - `setup.py`: Add project_urls for PyPI ([#&GoogleCloudPlatform#8203;1867](https://togithub.com/redis/redis-py/issues/1867)) - Support test with redis unstable docker ([#&GoogleCloudPlatform#8203;1850](https://togithub.com/redis/redis-py/issues/1850)) - Connection examples ([#&GoogleCloudPlatform#8203;1835](https://togithub.com/redis/redis-py/issues/1835)) - Documentation cleanup ([#&GoogleCloudPlatform#8203;1841](https://togithub.com/redis/redis-py/issues/1841)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&GoogleCloudPlatform#8203;Andrew-Chen-Wang](https://togithub.com/Andrew-Chen-Wang), [@&GoogleCloudPlatform#8203;AvitalFineRedis](https://togithub.com/AvitalFineRedis), [@&GoogleCloudPlatform#8203;Enchufa2](https://togithub.com/Enchufa2), [@&GoogleCloudPlatform#8203;barshaul](https://togithub.com/barshaul), [@&GoogleCloudPlatform#8203;chayim](https://togithub.com/chayim), [@&GoogleCloudPlatform#8203;dvora-h](https://togithub.com/dvora-h), [@&GoogleCloudPlatform#8203;jdieter](https://togithub.com/jdieter), [@&GoogleCloudPlatform#8203;salty-horse](https://togithub.com/salty-horse), [@&GoogleCloudPlatform#8203;sbv-csis](https://togithub.com/sbv-csis) and [@&GoogleCloudPlatform#8203;tony](https://togithub.com/tony) </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 these updates 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 1257f95 commit 3175dfd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
redis==4.0.0; python_version > '3.0'
1+
redis==4.1.1; python_version > '3.0'
22
redis==3.5.3; python_version < '3.0'
33
Flask==1.1.4; python_version < '3.0'
44
Flask==2.0.0; python_version > '3.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask==2.0.2
2-
redis==4.1.0
2+
redis==4.1.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
redis==4.1.0
1+
redis==4.1.1

memorystore/redis/requirements.txt

Lines 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.2
1515
gunicorn==20.1.0
16-
redis==4.1.0
16+
redis==4.1.1
1717
# [END memorystore_requirements]

0 commit comments

Comments
 (0)