From b5d7176cd94e33fb872fd7295bd4382d3a65d88d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 06:17:43 +0000 Subject: [PATCH] [python] Bump gunicorn from 25.0.1 to 25.0.3 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.0.1 to 25.0.3. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.0.1...25.0.3) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c30962c..eaef2ad 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.1", + "gunicorn==25.0.3", "django-extensions==4.1", "django-crispy-forms==2.5", "crispy-bootstrap5==2025.6", diff --git a/uv.lock b/uv.lock index 4ddd7cc..409680f 100644 --- a/uv.lock +++ b/uv.lock @@ -213,14 +213,14 @@ wheels = [ [[package]] name = "gunicorn" -version = "25.0.1" +version = "25.0.3" 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/f3/e5/e1d2225d2b75fe4988821715d2c526fdf7b39f4a7260aa7e2bb4b25ec65c/gunicorn-25.0.3.tar.gz", hash = "sha256:b53a7fff1a07b825b962af320554de44ae77a26abfa373711ff3f83d57d3506d", size = 9702357, upload-time = "2026-02-07T16:53:52.72Z" } 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/5e/84/117f39896ded517149be72d16c02252885690e9b0d1b84281944928f61aa/gunicorn-25.0.3-py3-none-any.whl", hash = "sha256:aca364c096c81ca11acd4cede0aaeea91ba76ca74e2c0d7f879154db9d890f35", size = 171728, upload-time = "2026-02-07T16:53:49.546Z" }, ] [[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.1" }, + { name = "gunicorn", specifier = "==25.0.3" }, { name = "markupsafe", specifier = ">=3.0.3" }, { name = "openpyxl", specifier = "==3.1.5" }, { name = "psycopg", extras = ["binary", "pool"], specifier = "==3.3.2" },