diff --git a/pyproject.toml b/pyproject.toml index 13f1396b..d3c4344e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,7 @@ dependencies = [ "apscheduler==3.6.3", "cachetools>=5.5.2", "eval-type-backport>=0.2.2 ; python_full_version == '3.9.*'", - "gunicorn==25.0.3 ; python_full_version >= '3.10'", - "gunicorn>=23.0.0", + "gunicorn>=25.2.0", "lxml>=4.1.1", "mako>=1.3.10", "pyconfig>=3.2.3,<3.3.0", diff --git a/uv.lock b/uv.lock index 9601518c..412471cb 100644 --- a/uv.lock +++ b/uv.lock @@ -539,14 +539,11 @@ wheels = [ [[package]] name = "gunicorn" -version = "25.0.3" +version = "26.2.0" source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "packaging" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/f3/e5/e1d2225d2b75fe4988821715d2c526fdf7b39f4a7260aa7e2bb4b25ec65c/gunicorn-25.0.3.tar.gz", hash = "sha256:b53a7fff1a07b825b962af320554de44ae77a26abfa373711ff3f83d57d3506d", size = 9702357, upload-time = "2026-02-07T16:53:52.72Z" } +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/5e/84/117f39896ded517149be72d16c02252885690e9b0d1b84281944928f61aa/gunicorn-25.0.3-py3-none-any.whl", hash = "sha256:aca364c096c81ca11acd4cede0aaeea91ba76ca74e2c0d7f879154db9d890f35", size = 171728, upload-time = "2026-02-07T16:53:49.546Z" }, + { 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]] @@ -1119,8 +1116,7 @@ requires-dist = [ { name = "apscheduler", specifier = "==3.6.3" }, { name = "cachetools", specifier = ">=5.5.2" }, { name = "eval-type-backport", marker = "python_full_version == '3.9.*'", specifier = ">=0.2.2" }, - { name = "gunicorn", specifier = ">=23.0.0" }, - { name = "gunicorn", marker = "python_full_version >= '3.10'", specifier = "==25.0.3" }, + { name = "gunicorn", specifier = ">=25.2.0" }, { name = "lxml", specifier = ">=4.1.1" }, { name = "mako", specifier = ">=1.3.10" }, { name = "pyconfig", specifier = ">=3.2.3,<3.3.0" },