From a31497b68b7be1f1157a6b32d7e91e0d00eb6872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 03:54:42 +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 a39993e..e47aef4 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.0.3", "fudgeo==1.5.1", "azure-storage-blob==12.28.0", "orjson==3.11.7", diff --git a/uv.lock b/uv.lock index 10f3d7e..3feafb9 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.0.3" }, { 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.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]]