Update dependency gunicorn to v23

This commit is contained in:
Renovate Bot 2025-04-28 20:22:20 +00:00
parent affe80fced
commit 6ea19f686f
2 changed files with 5 additions and 5 deletions

8
backend/poetry.lock generated
View file

@ -467,14 +467,14 @@ test = ["objgraph", "psutil"]
[[package]] [[package]]
name = "gunicorn" name = "gunicorn"
version = "22.0.0" version = "23.0.0"
description = "WSGI HTTP Server for UNIX" description = "WSGI HTTP Server for UNIX"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9"}, {file = "gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d"},
{file = "gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"}, {file = "gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec"},
] ]
[package.dependencies] [package.dependencies]
@ -1777,4 +1777,4 @@ files = [
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "ae84368de3a8c75f6b38f405b9a356311c6282a9c23c2c2c1fa471d29d8d1ee2" content-hash = "2f84c01d102e2d308bb1282ad3907126b40a2879e1f31d74c8c3019581867b45"

View file

@ -14,7 +14,7 @@ uvicorn = {extras = ["standard"], version = "^0.34.0"}
websockets = "^15.0" websockets = "^15.0"
sqlalchemy = "^2.0.28" sqlalchemy = "^2.0.28"
alembic = "^1.15.1" alembic = "^1.15.1"
gunicorn = "^22.0.0" gunicorn = "^23.0.0"
psycopg2-binary = "^2.9.10" psycopg2-binary = "^2.9.10"
argon2-cffi = "^23.1.0" argon2-cffi = "^23.1.0"
jwcrypto = "^1.5.6" jwcrypto = "^1.5.6"