diff --git a/pyproject.toml b/pyproject.toml index 6a46cc5..257731c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "ansible==13.8.0", "Flask==3.1.3", "Flask-Injector==0.15.0", - "gunicorn==25.3.0", + "gunicorn==26.2.0", "injector==0.24.0", "NamedAtomicLock==1.1.3", "pydantic==2.13.4", diff --git a/uv.lock b/uv.lock index f31a463..2eb8530 100644 --- a/uv.lock +++ b/uv.lock @@ -68,7 +68,7 @@ requires-dist = [ { name = "ansible", specifier = "==13.8.0" }, { name = "flask", specifier = "==3.1.3" }, { name = "flask-injector", specifier = "==0.15.0" }, - { name = "gunicorn", specifier = "==25.3.0" }, + { name = "gunicorn", specifier = "==26.2.0" }, { name = "injector", specifier = "==0.24.0" }, { name = "namedatomiclock", specifier = "==1.1.3" }, { name = "pydantic", specifier = "==2.13.4" }, @@ -237,14 +237,11 @@ wheels = [ [[package]] name = "gunicorn" -version = "25.3.0" +version = "26.2.0" source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "packaging" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/c4/f4/e78fa054248fab913e2eab0332c6c2cb07421fca1ce56d8fe43b6aef57a4/gunicorn-25.3.0.tar.gz", hash = "sha256:f74e1b2f9f76f6cd1ca01198968bd2dd65830edc24b6e8e4d78de8320e2fe889", size = 634883, upload-time = "2026-03-27T00:00:26.092Z" } +sdist = { url = "https://files.pythonhosted.org/packages/d9/8a/e4ef6ee11701b6cd64702848415ffb69eeff85cb388a3c6c7fe86f22f3f8/gunicorn-26.2.0.tar.gz", hash = "sha256:62b864895d9ebff0b2f9867ba04fe811c93121596540830c9c916d0769668447", size = 787921, upload-time = "2026-08-24T15:05:59.3Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/43/c8/8aaf447698c4d59aa853fd318eed300b5c9e44459f242ab8ead6c9c09792/gunicorn-25.3.0-py3-none-any.whl", hash = "sha256:cacea387dab08cd6776501621c295a904fe8e3b7aae9a1a3cbb26f4e7ed54660", size = 208403, upload-time = "2026-03-27T00:00:27.386Z" }, + { url = "https://files.pythonhosted.org/packages/fe/85/7522a52e5e2f42faf1a129113ab63e548c42e103e9af395b7bfe65e403e2/gunicorn-26.2.0-py3-none-any.whl", hash = "sha256:bd249d0b3f7972f7432f0a6b6ff3b3ee2d129f70cd1ff6c09a9dd9e29a2b88e3", size = 228389, upload-time = "2026-08-24T15:05:57.67Z" }, ] [[package]]