Skip to content

Commit c7dc071

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 6c8dc4a commit c7dc071

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-freeze.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Flask-pyoidc==3.7.0
2222
Flask-SQLAlchemy==2.5.1
2323
future==0.18.2
2424
greenlet==1.1.2
25-
gunicorn==20.0.4
25+
gunicorn==20.1.0
2626
idna==3.3
2727
importlib-resources==5.4.0
2828
isort==5.10.1

requirements.txt

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==0.57.3
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.8.6

0 commit comments

Comments
 (0)