Skip to content

Commit

Permalink
chore: bump max gunicorn version up to < 22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baptou12 committed Oct 16, 2023
1 parent a3c2f83 commit 51cfe85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
api_requirements = [
"Flask >=2.2.3, < 3.0",
"Flask-Cors >=3.0.10, < 4.0",
"gunicorn >=20.1.0, < 21.0",
"gunicorn >=21.0, < 22.0",
"Werkzeug >=2.2.3, < 3.0",
]

Expand Down

0 comments on commit 51cfe85

Please sign in to comment.