Skip to content

Commit 635d172

Browse files
build(deps): bump redis from 4.6.0 to 5.0.0 (#751)
Bumps [redis](https://github.com/redis/redis-py) from 4.6.0 to 5.0.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v4.6.0...v5.0.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ab0ea3 commit 635d172

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demos/blog/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ asyncpg==0.28.0
55
asyncpgsa==0.27.1
66
bcrypt==4.0.1
77
pytoml==0.1.21
8-
redis==4.6.0
8+
redis==5.0.0
99
sqlalchemy==1.4.45
1010

1111
# testing

demos/graphql-demo/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ graphene==2.1.9
99
graphql-core==2.3.2
1010
graphql-ws==0.4.4
1111
psycopg2-binary==2.9.7
12-
redis==4.6.0
12+
redis==5.0.0
1313

1414
mypy==1.4.1
1515
flake8==6.0.0

demos/shortify/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiohttp==3.8.5
22
aiohttp_jinja2==1.5.1
33
pyyaml==6.0.1
4-
redis==4.6.0
4+
redis==5.0.0
55
trafaret==2.1.1

0 commit comments

Comments
 (0)