Skip to content

Commit a16af51

Browse files
Bump redis from 5.2.0 to 5.2.1 (#1297)
Bumps [redis](https://github.com/redis/redis-py) from 5.2.0 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.2.0...v5.2.1) --- 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 38af0b0 commit a16af51

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
@@ -4,7 +4,7 @@ aiohttp-security[session]==0.5.0
44
asyncpg==0.30.0
55
bcrypt==4.2.1
66
pytoml==0.1.21
7-
redis==5.2.0
7+
redis==5.2.1
88
SQLalchemy==2.0.36
99

1010
# testing

demos/graphql-demo/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ graphene==2.1.9
88
graphql-core==2.3.2
99
graphql-ws==0.4.4
1010
psycopg2-binary==2.9.10
11-
redis==5.2.0
11+
redis==5.2.1
1212

1313
mypy==1.13.0
1414
flake8==7.1.1

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.11.10
22
aiohttp-jinja2==1.6
33
pyyaml==6.0.2
4-
redis==5.2.0
4+
redis==5.2.1
55
trafaret==2.1.1

0 commit comments

Comments
 (0)