Skip to content

Commit

Permalink
Merge pull request #243 from jan-janssen/dependabot/pip/gunicorn-22.0.0
Browse files Browse the repository at this point in the history
Bump gunicorn from 21.2.0 to 22.0.0
  • Loading branch information
jan-janssen authored Apr 17, 2024
2 parents 0ce7051 + 690072b commit 898fb6a
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 @@ -37,7 +37,7 @@
"sqlalchemy==2.0.29",
],
extras_require={
"webapp": ['gunicorn==21.2.0', "flask==3.0.3", "flask-login==0.6.3"],
"webapp": ['gunicorn==22.0.0', "flask==3.0.3", "flask-login==0.6.3"],
},
cmdclass=versioneer.get_cmdclass(),
entry_points={
Expand Down

0 comments on commit 898fb6a

Please sign in to comment.