Skip to content

Commit 4a54218

Browse files
build(deps): bump redis from 4.5.2 to 4.5.3 (#569)
Bumps [redis](https://github.com/redis/redis-py) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v4.5.2...v4.5.3) --- 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 ef22eec commit 4a54218

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.27.0
55
asyncpgsa==0.27.1
66
bcrypt==4.0.1
77
pytoml==0.1.21
8-
redis==4.5.2
8+
redis==4.5.3
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.5
12-
redis==4.5.2
12+
redis==4.5.3
1313

1414
mypy==1.1.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.4
22
aiohttp_jinja2==1.5.1
33
pyyaml==6.0
4-
redis==4.5.2
4+
redis==4.5.3
55
trafaret==2.1.1

0 commit comments

Comments
 (0)