Skip to content

Commit

Permalink
fix(deps): update dependency gunicorn to v23 (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 0641b9b commit f0cc257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python = "^3.10" # specify your Python ve
apiflask = "^2.1.1"
flask = "^3.0.3"
flask-pymongo = "^2.3.0"
gunicorn = "^22.0.0"
gunicorn = "^23.0.0"
gevent = "^24.2.1"
prometheus-client = "^0.21.0"
pyyaml = "^6.0.1"
Expand Down

0 comments on commit f0cc257

Please sign in to comment.