File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Flask~=1.1.4
6
6
csh_ldap~=2.3.1
7
7
ddtrace==1.1.4
8
8
flask_sqlalchemy~=2.5.1
9
- gunicorn~=20.0.4
9
+ gunicorn~=20.1.0
10
10
mypy==0.931
11
11
onesignal-sdk~=1.0.0
12
12
psycopg2-binary~=2.9.3
Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ flask-sqlalchemy==2.5.1
60
60
# flask-migrate
61
61
future == 0.18.2
62
62
# via pyjwkest
63
- gunicorn == 20.0.4
63
+ greenlet == 1.1.2
64
+ # via sqlalchemy
65
+ gunicorn == 20.1.0
64
66
# via -r requirements.in
65
67
idna == 3.3
66
68
# via requests
@@ -176,8 +178,6 @@ wheel==0.37.1
176
178
# via pip-tools
177
179
wrapt == 1.12.1
178
180
# via astroid
179
- zipp == 3.8.0
180
- # via importlib-resources
181
181
182
182
# The following packages are considered to be unsafe in a requirements file:
183
183
# pip
You can’t perform that action at this time.
0 commit comments