Skip to content

Commit b6b7114

Browse files
Bump redis from 6.1.0 to 6.2.0 (#1478)
Bumps [redis](https://github.com/redis/redis-py) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v6.1.0...v.6.2.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5142ec1 commit b6b7114

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.3.0
66
pytoml==0.1.21
7-
redis==6.1.0
7+
redis==6.2.0
88
SQLalchemy==2.0.41
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==6.1.0
11+
redis==6.2.0
1212

1313
mypy==1.15.0
1414
flake8==7.2.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.11.18
22
aiohttp-jinja2==1.6
33
pyyaml==6.0.2
4-
redis==6.1.0
4+
redis==6.2.0
55
trafaret==2.1.1
66
pytest-aiohttp==1.1.0
77
pytest-asyncio==0.26

0 commit comments

Comments
 (0)