Skip to content

Commit

Permalink
Bump redis from 5.0.7 to 5.1.1
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 5.0.7 to 5.1.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.7...v5.1.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 Oct 18, 2024
1 parent 810e6b7 commit 7eb8542
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.29.0
asyncpgsa==0.27.1
bcrypt==4.1.3
pytoml==0.1.21
redis==5.0.7
redis==5.1.1
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.0.7
redis==5.1.1

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.0.7
redis==5.1.1
trafaret==2.1.1

0 comments on commit 7eb8542

Please sign in to comment.