Skip to content

Commit

Permalink
chore(deps): Remove gunicorn version upper bound (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
HKWinterhalter authored Sep 27, 2023
1 parent 8e904c5 commit cbc0d0a
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 @@ -54,7 +54,7 @@
"flask>=1.0,<3.0",
"click>=7.0,<9.0",
"watchdog>=1.0.0",
"gunicorn>=19.2.0,<21.0; platform_system!='Windows'",
"gunicorn>=19.2.0; platform_system!='Windows'",
"cloudevents>=1.2.0,<2.0.0",
],
entry_points={
Expand Down

0 comments on commit cbc0d0a

Please sign in to comment.