Commit f688860
authored
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 />
[](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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments