Skip to content

Commit e17f19b

Browse files
fix(deps): update dependency gunicorn to v23
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent fc6d635 commit e17f19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = []
88
[tool.poetry.dependencies]
99
python = "^3.11"
1010
Flask = "~=3.0.3"
11-
gunicorn = "~=22.0.0"
11+
gunicorn = "~=23.0.0"
1212
flask-restful = "~=0.3.8"
1313
Flask-SQLAlchemy = "~=3.1.1"
1414
sqlalchemy = "~=2.0"

0 commit comments

Comments
 (0)