diff --git a/poetry.lock b/poetry.lock index cbf0111ca..899413775 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1419,14 +1419,14 @@ test = ["objgraph", "psutil", "setuptools"] [[package]] name = "gunicorn" -version = "25.0.1" +version = "25.0.3" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "gunicorn-25.0.1-py3-none-any.whl", hash = "sha256:23cbe968c6ae3c8efc3d118c8353fa0763efc2102d89d0d3cea696cede7ff6b1"}, - {file = "gunicorn-25.0.1.tar.gz", hash = "sha256:573e053aa950246e307ea908bd7ddce1870d41a40aec0c935938c586f0b9b946"}, + {file = "gunicorn-25.0.3-py3-none-any.whl", hash = "sha256:aca364c096c81ca11acd4cede0aaeea91ba76ca74e2c0d7f879154db9d890f35"}, + {file = "gunicorn-25.0.3.tar.gz", hash = "sha256:b53a7fff1a07b825b962af320554de44ae77a26abfa373711ff3f83d57d3506d"}, ] [package.dependencies] @@ -4526,4 +4526,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "8459dcca1f941dc545d81d53edd681f463916ebddc7b7ff751dd99bfcf5fa5fe" +content-hash = "d028b18d23b6f78698dc81632e6017ab32284f52899075ed5cda2387bd940b1f" diff --git a/pyproject.toml b/pyproject.toml index fbfc5c8b3..7c443f98b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ flask-basicauth = "~=0.2" flask-login = "^0.6" flask-talisman = "*" flask-wtf = "^1.2" -gunicorn = {version = "==25.0.1", extras = ["gevent"]} +gunicorn = {version = "==25.0.3", extras = ["gevent"]} hypothesis = "^6.151.5" humanize = "~=4.15" itsdangerous = "~=2.2"