Skip to content

Commit

Permalink
Bump redis from 5.0.8 to 5.2.1 in /requirements
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 5.0.8 to 5.2.1.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.8...v5.2.1)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2025
1 parent e59bc04 commit 9eb807e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pytest-xprocess==1.0.2
# via -r tests.in
pyyaml==6.0.1
# via pre-commit
redis==5.0.8
redis==5.2.1
# via -r tests.in
requests==2.32.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pytest-asyncio==0.23.8
# via -r tests.in
pytest-xprocess==1.0.2
# via -r tests.in
redis==5.0.8
redis==5.2.1
# via -r tests.in
werkzeug==3.0.3
# via flask

0 comments on commit 9eb807e

Please sign in to comment.