diff --git a/pyproject.toml b/pyproject.toml index a39993e..46392d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "dj-database-url==3.1.0", "django-extensions==4.1", "requests==2.32.5", - "gunicorn==25.0.1", + "gunicorn==25.1.0", "fudgeo==1.5.1", "azure-storage-blob==12.28.0", "orjson==3.11.7", diff --git a/uv.lock b/uv.lock index 10f3d7e..b9ae4c4 100644 --- a/uv.lock +++ b/uv.lock @@ -148,7 +148,7 @@ requires-dist = [ { name = "django", specifier = "==5.2.11" }, { name = "django-extensions", specifier = "==4.1" }, { name = "fudgeo", specifier = "==1.5.1" }, - { name = "gunicorn", specifier = "==25.0.1" }, + { name = "gunicorn", specifier = "==25.1.0" }, { name = "orjson", specifier = "==3.11.7" }, { name = "psycopg", extras = ["binary", "pool"], specifier = "==3.3.2" }, { name = "python-dotenv", specifier = "==1.2.1" }, @@ -430,14 +430,14 @@ wheels = [ [[package]] name = "gunicorn" -version = "25.0.1" +version = "25.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "packaging" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/9e/83/e8327358129ca4dffd4fa6b6004aa5085dc80e913dec9b253401d6bd23ad/gunicorn-25.0.1.tar.gz", hash = "sha256:573e053aa950246e307ea908bd7ddce1870d41a40aec0c935938c586f0b9b946", size = 9693127, upload-time = "2026-02-02T13:34:05.767Z" } +sdist = { url = "https://files.pythonhosted.org/packages/66/13/ef67f59f6a7896fdc2c1d62b5665c5219d6b0a9a1784938eb9a28e55e128/gunicorn-25.1.0.tar.gz", hash = "sha256:1426611d959fa77e7de89f8c0f32eed6aa03ee735f98c01efba3e281b1c47616", size = 594377, upload-time = "2026-02-13T11:09:58.989Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e0/dc/f1da097b7e0de5cd7552c10667305879093125cd62ff7372ad07d184ed8f/gunicorn-25.0.1-py3-none-any.whl", hash = "sha256:23cbe968c6ae3c8efc3d118c8353fa0763efc2102d89d0d3cea696cede7ff6b1", size = 169961, upload-time = "2026-02-02T13:34:02.744Z" }, + { url = "https://files.pythonhosted.org/packages/da/73/4ad5b1f6a2e21cf1e85afdaad2b7b1a933985e2f5d679147a1953aaa192c/gunicorn-25.1.0-py3-none-any.whl", hash = "sha256:d0b1236ccf27f72cfe14bce7caadf467186f19e865094ca84221424e839b8b8b", size = 197067, upload-time = "2026-02-13T11:09:57.146Z" }, ] [[package]]