diff --git a/poetry.lock b/poetry.lock index 284ad5e5d..0979e035b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1925,14 +1925,14 @@ test = ["objgraph", "psutil", "setuptools"] [[package]] name = "gunicorn" -version = "25.0.3" +version = "25.1.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "gunicorn-25.0.3-py3-none-any.whl", hash = "sha256:aca364c096c81ca11acd4cede0aaeea91ba76ca74e2c0d7f879154db9d890f35"}, - {file = "gunicorn-25.0.3.tar.gz", hash = "sha256:b53a7fff1a07b825b962af320554de44ae77a26abfa373711ff3f83d57d3506d"}, + {file = "gunicorn-25.1.0-py3-none-any.whl", hash = "sha256:d0b1236ccf27f72cfe14bce7caadf467186f19e865094ca84221424e839b8b8b"}, + {file = "gunicorn-25.1.0.tar.gz", hash = "sha256:1426611d959fa77e7de89f8c0f32eed6aa03ee735f98c01efba3e281b1c47616"}, ] [package.dependencies] @@ -5979,4 +5979,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "bddb9e20e5ce1479b1299bc98732b0f35ff473ac9a24ea21f96d1592ece95577" +content-hash = "4a1ba8cd055694dfb07df108927f5daa818a80526dc6a0a4e1d284392989a783" diff --git a/pyproject.toml b/pyproject.toml index 0598a959f..7ceb39378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ flask-bcrypt = "==1.0.1" flask-migrate = "==4.1.0" flask-redis = "==0.4.0" flask-sqlalchemy = "^3.1.1" -gunicorn = {version = "==25.0.3", extras = ["gevent"]} +gunicorn = {version = "==25.1.0", extras = ["gevent"]} iso8601 = "==2.1.0" jsonschema = {version = "==4.26.0", extras = ["format"]} lxml = "==6.0.2"