Skip to content

Commit 9e488c5

Browse files
Update gunicorn requirement from ~=20.0.4 to ~=20.1.0
Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@20.0.4...20.1.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64ed57a commit 9e488c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Flask~=1.1.4
66
csh_ldap~=2.3.1
77
ddtrace==1.1.4
88
flask_sqlalchemy~=2.5.1
9-
gunicorn~=20.0.4
9+
gunicorn~=20.1.0
1010
mypy==0.931
1111
onesignal-sdk~=1.0.0
1212
psycopg2-binary~=2.9.3

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ flask-sqlalchemy==2.5.1
6060
# flask-migrate
6161
future==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
6567
idna==3.3
6668
# via requests
@@ -176,8 +178,6 @@ wheel==0.37.1
176178
# via pip-tools
177179
wrapt==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

0 commit comments

Comments
 (0)