Skip to content

Commit 0e87bc9

Browse files
Bump redis from 3.5.3 to 4.4.4 in /web
Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.4.4. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@3.5.3...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ba60a8 commit 0e87bc9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

web/requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
flask==1.1.2
2-
redis==3.5.3
2+
redis==4.4.4
33
gunicorn==20.0.4
44
Markdown==3.4.1

web/requirements.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
#
55
# pip-compile requirements.in
66
#
7+
async-timeout==4.0.2
8+
# via redis
79
click==7.1.2
810
# via flask
911
flask==1.1.2
1012
# via -r requirements.in
1113
gunicorn==20.0.4
1214
# via -r requirements.in
13-
importlib-metadata==5.0.0
14-
# via markdown
1515
itsdangerous==1.1.0
1616
# via flask
1717
jinja2==2.11.3
@@ -20,12 +20,10 @@ markdown==3.4.1
2020
# via -r requirements.in
2121
markupsafe==1.1.1
2222
# via jinja2
23-
redis==3.5.3
23+
redis==4.4.4
2424
# via -r requirements.in
2525
werkzeug==1.0.1
2626
# via flask
27-
zipp==3.10.0
28-
# via importlib-metadata
2927

3028
# The following packages are considered to be unsafe in a requirements file:
3129
# setuptools

0 commit comments

Comments
 (0)