diff --git a/pyproject.toml b/pyproject.toml index 10fdd41..124a9a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "django-extensions==4.1", "python-dotenv==1.2.2", "dj-database-url==3.1.2", - "gunicorn[fast]==26.0.0", + "gunicorn[fast]==26.1.0", "unicodecsv==0.14.1", "whitenoise[brotli]==6.12.0", "sentry-sdk[django]==2.68.0", diff --git a/uv.lock b/uv.lock index 86de5cd..ea5b5a0 100644 --- a/uv.lock +++ b/uv.lock @@ -454,14 +454,11 @@ wheels = [ [[package]] name = "gunicorn" -version = "26.0.0" +version = "26.1.0" source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "packaging" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/6d/b7/a4a3f632f823e432ce6bc65f62961b7980c898c77f075a2f7118cb3846fe/gunicorn-26.0.0.tar.gz", hash = "sha256:ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf", size = 727286, upload-time = "2026-05-05T06:38:25.529Z" } +sdist = { url = "https://files.pythonhosted.org/packages/38/b8/ec4ba3f6cace4091c34e27478b576bb80f2f06fab80fd42c0ecc785b308f/gunicorn-26.1.0.tar.gz", hash = "sha256:1413d777bf99d31ebeb08acd354b01f1ecc44db0aa7b811ae7b86c669232e4f7", size = 755923, upload-time = "2026-08-18T11:49:39.438Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e6/40/9c2384fc2be4ad25dd4a49decd5ad9ea5a3639814c11bd40ab77cb9f0a14/gunicorn-26.0.0-py3-none-any.whl", hash = "sha256:40233d26a5f0d1872916188c276e21641155111c2853f0c2cd55260aec0d24fc", size = 212009, upload-time = "2026-05-05T06:38:23.007Z" }, + { url = "https://files.pythonhosted.org/packages/19/dc/7a55fc605543fd5cb11c003fbbb21a1911d5e88a582cce6c5e063bf5c176/gunicorn-26.1.0-py3-none-any.whl", hash = "sha256:9f45bcddec5e9dc7a25a3bdccb0c6832f11fd5d4739b1ee36c8d2fec25f1dc86", size = 216237, upload-time = "2026-08-18T11:49:38.001Z" }, ] [package.optional-dependencies] @@ -1071,7 +1068,7 @@ requires-dist = [ { name = "django-geojson", specifier = "==4.2.0" }, { name = "django-tastypie", specifier = "==0.15.1" }, { name = "fudgeo", specifier = "==1.5.10" }, - { name = "gunicorn", extras = ["fast"], specifier = "==26.0.0" }, + { name = "gunicorn", extras = ["fast"], specifier = "==26.1.0" }, { name = "h11", specifier = "==0.16" }, { name = "orjson", specifier = "==3.12.0" }, { name = "psycopg", extras = ["binary"], specifier = "==3.3.4" },