Skip to content

Commit 86815d4

Browse files
chore(deps): update gunicorn requirement in /compose/backend (#1055)
Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28ea933 commit 86815d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"flask-security~=3.0",
2323
"flask-shell-ipython~=0.4",
2424
"flask-sqlalchemy~=3.0",
25-
"gunicorn~=22.0",
25+
"gunicorn~=23.0",
2626
"ipython~=7.19",
2727
"marshmallow~=3.0",
2828
"pandas~=2.0",

0 commit comments

Comments
 (0)