diff --git a/pyproject.toml b/pyproject.toml index eaef2ad..d0c659d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "psycopg[binary,pool]==3.3.2", "python-dotenv==1.2.1", "dj-database-url==3.1.0", - "gunicorn==25.0.3", + "gunicorn==25.1.0", "django-extensions==4.1", "django-crispy-forms==2.5", "crispy-bootstrap5==2025.6", diff --git a/uv.lock b/uv.lock index 2a13371..cb5c262 100644 --- a/uv.lock +++ b/uv.lock @@ -213,14 +213,14 @@ wheels = [ [[package]] name = "gunicorn" -version = "25.0.3" +version = "25.1.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/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/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/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]] @@ -264,7 +264,7 @@ requires-dist = [ { name = "django-crispy-forms", specifier = "==2.5" }, { name = "django-extensions", specifier = "==4.1" }, { name = "django-reversion", specifier = "==6.1.0" }, - { name = "gunicorn", specifier = "==25.0.3" }, + { name = "gunicorn", specifier = "==25.1.0" }, { name = "markupsafe", specifier = ">=3.0.3" }, { name = "openpyxl", specifier = "==3.1.5" }, { name = "psycopg", extras = ["binary", "pool"], specifier = "==3.3.2" },