Skip to content

Commit

Permalink
CI: require a more recent version of gunicorn
Browse files Browse the repository at this point in the history
Gunicorn 21.x includes this
benoitc/gunicorn#2581
which allow us to use recent eventlet versions.
  • Loading branch information
fvennetier committed Jan 16, 2024
1 parent 6ce53dd commit 467cfe6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -6,7 +6,7 @@ confluent_kafka~=2.3.0
eventlet~=0.33.0
foundationdb~=6.3.15
gevent~=22.10.2
gunicorn~=20.1.0
gunicorn~=21.2.0
jsonschema~=4.17.3
kazoo~=2.9.0
lxml>=4.0.0
Expand Down

0 comments on commit 467cfe6

Please sign in to comment.