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
66csh_ldap~=2.3.1
77ddtrace==1.1.4
88flask_sqlalchemy~=2.5.1
9- gunicorn~=20.0.4
9+ gunicorn~=20.1.0
1010mypy==0.931
1111onesignal-sdk~=1.0.0
1212psycopg2-binary~=2.9.3
Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ flask-sqlalchemy==2.5.1
6060 # flask-migrate
6161future == 0.18.2
6262 # via pyjwkest
63- gunicorn == 20.0.4
63+ greenlet == 1.1.2
64+ # via sqlalchemy
65+ gunicorn == 20.1.0
6466 # via -r requirements.in
6567idna == 3.3
6668 # via requests
@@ -176,8 +178,6 @@ wheel==0.37.1
176178 # via pip-tools
177179wrapt == 1.12.1
178180 # via astroid
179- zipp == 3.8.0
180- # via importlib-resources
181181
182182# The following packages are considered to be unsafe in a requirements file:
183183# pip
You can’t perform that action at this time.
0 commit comments