Skip to content

Commit

Permalink
chore(deps): update dependency redis to v4.0.2 (GoogleCloudPlatform#7147
Browse files Browse the repository at this point in the history
)

[![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) | `==4.0.1` -> `==4.0.2` | [![age](https://badges.renovateapi.com/packages/pypi/redis/4.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/redis/4.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/redis/4.0.2/compatibility-slim/4.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/redis/4.0.2/confidence-slim/4.0.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>redis/redis-py</summary>

### [`v4.0.2`](https://togithub.com/redis/redis-py/releases/v4.0.2)

[Compare Source](https://togithub.com/redis/redis-py/compare/v4.0.1...v4.0.2)

#### Changes

#### 🐛 Bug Fixes

-   Restoring Sentinel commands to redis client ([#&GoogleCloudPlatform#8203;1723](https://togithub.com/redis/redis-py/issues/1723))
-   Better removal of hiredis warning ([#&GoogleCloudPlatform#8203;1726](https://togithub.com/redis/redis-py/issues/1726))

#### 🧰 Maintenance

-   Adding links to redis documents in function calls ([#&GoogleCloudPlatform#8203;1719](https://togithub.com/redis/redis-py/issues/1719))

#### Contributors

We'd like to thank all the contributors who worked on this release!

[@&GoogleCloudPlatform#8203;Carlosbogo](https://togithub.com/Carlosbogo), [@&GoogleCloudPlatform#8203;sculley](https://togithub.com/sculley) and [@&GoogleCloudPlatform#8203;wuisawesome](https://togithub.com/wuisawesome)

</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).
  • Loading branch information
renovate-bot authored Nov 22, 2021
1 parent 2793b88 commit 14533af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appengine/standard_python3/redis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==2.0.1
redis==4.0.1
redis==4.0.2
2 changes: 1 addition & 1 deletion functions/memorystore/redis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
redis==4.0.1
redis==4.0.2
2 changes: 1 addition & 1 deletion memorystore/redis/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# [START memorystore_requirements]
Flask==2.0.1
gunicorn==20.1.0
redis==4.0.1
redis==4.0.2
# [END memorystore_requirements]

0 comments on commit 14533af

Please sign in to comment.