Skip to content

Commit 98bdefb

Browse files
Bump redis from 5.0.6 to 5.0.7 (#1158)
Bumps [redis](https://github.com/redis/redis-py) from 5.0.6 to 5.0.7. - [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.6...v5.0.7) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f18da76 commit 98bdefb

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.29.0
55
asyncpgsa==0.27.1
66
bcrypt==4.1.3
77
pytoml==0.1.21
8-
redis==5.0.6
8+
redis==5.0.7
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.9
12-
redis==5.0.6
12+
redis==5.0.7
1313

1414
mypy==1.10.1
1515
flake8==7.1.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.6
22
aiohttp_jinja2==1.5.1
33
pyyaml==6.0.1
4-
redis==5.0.6
4+
redis==5.0.7
55
trafaret==2.1.1

0 commit comments

Comments
 (0)