Bump gunicorn from 24.1.1 to 25.0.3

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 24.1.1 to 25.0.3.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/24.1.1...25.0.3)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-02-10 01:38:13 +00:00
committed by GitHub
parent 4ab7f6d3c3
commit 2acc78cfbb
2 changed files with 5 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ dev = [
]
docker = [
"gunicorn~=24.1.1",
"gunicorn~=25.0.3",
]

8
uv.lock generated
View File

@@ -1002,14 +1002,14 @@ wheels = [
[[package]]
name = "gunicorn"
version = "24.1.1"
version = "25.0.3"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "packaging" },
]
sdist = { url = "https://files.pythonhosted.org/packages/78/0a/10739c03537ec5b131a867bf94df2e412b437696c7e5d26970e2198a80d2/gunicorn-24.1.1.tar.gz", hash = "sha256:f006d110e5cb3102859b4f5cd48335dbd9cc28d0d27cd24ddbdafa6c60929408", size = 287567, upload-time = "2026-01-24T01:15:31.359Z" }
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/96/90/cfe637677916fc6f53cd2b05d5746e249f683e1fa14c9e745a88c66f7290/gunicorn-24.1.1-py3-none-any.whl", hash = "sha256:757f6b621fc4f7581a90600b2cd9df593461f06a41d7259cb9b94499dc4095a8", size = 114920, upload-time = "2026-01-24T01:15:29.656Z" },
{ 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]]
@@ -2208,7 +2208,7 @@ dev = [
{ name = "tblib", specifier = "~=3.2.0" },
{ name = "wheel", specifier = "==0.46.3" },
]
docker = [{ name = "gunicorn", specifier = "~=24.1.1" }]
docker = [{ name = "gunicorn", specifier = "~=25.0.3" }]
[[package]]
name = "wheel"