Skip to content

Commit f0cc257

Browse files
fix(deps): update dependency gunicorn to v23 (#413)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0641b9b commit f0cc257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python = "^3.10" # specify your Python ve
1414
apiflask = "^2.1.1"
1515
flask = "^3.0.3"
1616
flask-pymongo = "^2.3.0"
17-
gunicorn = "^22.0.0"
17+
gunicorn = "^23.0.0"
1818
gevent = "^24.2.1"
1919
prometheus-client = "^0.21.0"
2020
pyyaml = "^6.0.1"

0 commit comments

Comments
 (0)