Skip to content

Commit f688860

Browse files
Bump gunicorn from 25.0.1 to 25.0.3 (#12047)
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.0.1 to 25.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/benoitc/gunicorn/releases">gunicorn's releases</a>.</em></p> <blockquote> <h2>25.0.3</h2> <h2>What's Changed</h2> <h3>Bug Fixes</h3> <ul> <li>Fix RuntimeError when StopIteration raised in ASGI coroutine (<a href="https://redirect.github.com/benoitc/gunicorn/issues/3484">#3484</a>)</li> <li>Fix passing maxsplit in re.split() as positional argument (deprecated in Python 3.13)</li> </ul> <h3>Documentation</h3> <ul> <li>Updated sponsorship section and homepage</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/benoitc/gunicorn/compare/25.0.2...25.0.3">https://github.com/benoitc/gunicorn/compare/25.0.2...25.0.3</a></p> <h2>25.0.2</h2> <h2>What's Changed</h2> <h3>Bug Fixes</h3> <ul> <li>Fix ASGI concurrent request failures through nginx proxy</li> <li>Graceful disconnect handling for ASGI worker</li> <li>Lazy import dirty module for gevent compatibility</li> </ul> <h3>Other</h3> <ul> <li>Increase CI timeout for signal tests on PyPy</li> <li>Remove trailing blank line in instrument/<strong>init</strong>.py</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/benoitc/gunicorn/compare/25.0.1...25.0.2">https://github.com/benoitc/gunicorn/compare/25.0.1...25.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/benoitc/gunicorn/commit/fc850687df6ebc356142cf1ce478fb8788397ca7"><code>fc85068</code></a> chore: prepare release 25.0.3</li> <li><a href="https://github.com/benoitc/gunicorn/commit/787602fc886ebc0e1c4475c12b0c5ac306baca86"><code>787602f</code></a> docs: shorten README sponsor section</li> <li><a href="https://github.com/benoitc/gunicorn/commit/a52c81ff3a8f321ba58fb673cccf8220bb428076"><code>a52c81f</code></a> Merge pull request <a href="https://redirect.github.com/benoitc/gunicorn/issues/3492">#3492</a> from benoitc/feature/improve-sponsorship</li> <li><a href="https://github.com/benoitc/gunicorn/commit/1afb2b7da94751d5cac66f155f34b791be96a7f0"><code>1afb2b7</code></a> Merge pull request <a href="https://redirect.github.com/benoitc/gunicorn/issues/3490">#3490</a> from tyrossel/master</li> <li><a href="https://github.com/benoitc/gunicorn/commit/2ead70d7b396e485b4c027bc12760b4ec1deb5c5"><code>2ead70d</code></a> docs: add Sponsor to top-level navigation</li> <li><a href="https://github.com/benoitc/gunicorn/commit/874e8be0a1be27c0880dfcab6278576d2e723980"><code>874e8be</code></a> docs: shorten sponsor section on homepage</li> <li><a href="https://github.com/benoitc/gunicorn/commit/7293b216f4eb17ecdace5811a63b9ff0e1efff38"><code>7293b21</code></a> docs: add prominent sponsorship options</li> <li><a href="https://github.com/benoitc/gunicorn/commit/70d571bd7cd6fcfda48888367bc6ff29f250b3fb"><code>70d571b</code></a> docs: update homepage title and remove version display</li> <li><a href="https://github.com/benoitc/gunicorn/commit/d301d53758364f8d3dc1f7313c293af3865afc17"><code>d301d53</code></a> fix: resolve RuntimeError when StopIteration raised in ASGI coroutine</li> <li><a href="https://github.com/benoitc/gunicorn/commit/9508df658dabe4dfece4847486d52f25fe05ad64"><code>9508df6</code></a> test: increase CI timeout for signal tests on PyPy</li> <li>Additional commits viewable in <a href="https://github.com/benoitc/gunicorn/compare/25.0.1...25.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gunicorn&package-manager=pip&previous-version=25.0.1&new-version=25.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f0ae29 commit f688860

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/base-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ frozenlist==1.8.0
2424
# via
2525
# -r requirements/runtime-deps.in
2626
# aiosignal
27-
gunicorn==25.0.1
27+
gunicorn==25.0.3
2828
# via -r requirements/base-ft.in
2929
idna==3.10
3030
# via yarl

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ frozenlist==1.8.0
2424
# via
2525
# -r requirements/runtime-deps.in
2626
# aiosignal
27-
gunicorn==25.0.1
27+
gunicorn==25.0.3
2828
# via -r requirements/base.in
2929
idna==3.10
3030
# via yarl

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ frozenlist==1.8.0
8383
# via
8484
# -r requirements/runtime-deps.in
8585
# aiosignal
86-
gunicorn==25.0.1
86+
gunicorn==25.0.3
8787
# via -r requirements/base.in
8888
identify==2.6.16
8989
# via pre-commit

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ frozenlist==1.8.0
8181
# via
8282
# -r requirements/runtime-deps.in
8383
# aiosignal
84-
gunicorn==25.0.1
84+
gunicorn==25.0.3
8585
# via -r requirements/base.in
8686
identify==2.6.16
8787
# via pre-commit

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ frozenlist==1.8.0
4747
# via
4848
# -r requirements/runtime-deps.in
4949
# aiosignal
50-
gunicorn==25.0.1
50+
gunicorn==25.0.3
5151
# via -r requirements/base-ft.in
5252
idna==3.10
5353
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ frozenlist==1.8.0
4747
# via
4848
# -r requirements/runtime-deps.in
4949
# aiosignal
50-
gunicorn==25.0.1
50+
gunicorn==25.0.3
5151
# via -r requirements/base.in
5252
idna==3.10
5353
# via

0 commit comments

Comments
 (0)