Skip to content

Commit 68af959

Browse files
Bump redis from 7.0.1 to 7.1.0 in /demos (#1681)
Bumps [redis](https://github.com/redis/redis-py) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v7.0.1...v7.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14debc1 commit 68af959

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==5.0.0
66
pytoml==0.1.21
7-
redis==7.0.1
7+
redis==7.1.0
88
SQLalchemy==2.0.44
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.11
11-
redis==7.0.1
11+
redis==7.1.0
1212

1313
mypy==1.18.2
1414
flake8==7.3.0

demos/shortify/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp==3.13.2
22
aiohttp-jinja2==1.6
33
pyyaml==6.0.3
4-
redis==7.0.1
4+
redis==7.1.0
55
trafaret==2.1.1
66
pytest-aiohttp==1.1.0
77
pytest-asyncio==0.26

0 commit comments

Comments
 (0)