Skip to content

Commit 3383f6e

Browse files
chore(deps): update gunicorn requirement in /store/backend (#1052)
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 b30a4db commit 3383f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"flask-shell-ipython~=0.4",
2020
"flask-migrate~=4.1",
2121
"flask-sqlalchemy~=3.1", # fix multiple instance error: https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/changes/#version-3-0-3
22-
"gunicorn~=22.0",
22+
"gunicorn~=23.0",
2323
"ipython~=7.19",
2424
"marshmallow~=3.0",
2525
"numpy<2.0.0",

0 commit comments

Comments
 (0)