Skip to content

Commit

Permalink
Bump redis from 5.1.1 to 5.2.0 (#1236)
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.1.1...v5.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 1023aff commit eefd462
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/blog/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ asyncpg==0.30.0
asyncpgsa==0.27.1
bcrypt==4.1.3
pytoml==0.1.21
redis==5.1.1
redis==5.2.0
sqlalchemy==1.4.45

# testing
Expand Down
2 changes: 1 addition & 1 deletion demos/graphql-demo/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ graphene==2.1.9
graphql-core==2.3.2
graphql-ws==0.4.4
psycopg2-binary==2.9.9
redis==5.1.1
redis==5.2.0

mypy==1.10.1
flake8==7.1.0
Expand Down
2 changes: 1 addition & 1 deletion demos/shortify/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp==3.8.6
aiohttp_jinja2==1.5.1
pyyaml==6.0.1
redis==5.1.1
redis==5.2.0
trafaret==2.1.1

0 comments on commit eefd462

Please sign in to comment.