Bumps the production-dependencies group with 2 updates:
[fastapi](https://github.com/fastapi/fastapi) and
[gunicorn](https://github.com/benoitc/gunicorn).
Updates `fastapi` from 0.128.4 to 0.128.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastapi/fastapi/releases">fastapi's
releases</a>.</em></p>
<blockquote>
<h2>0.128.5</h2>
<h3>Refactors</h3>
<ul>
<li>♻️ Refactor and simplify Pydantic v2 (and v1) compatibility internal
utils. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14862">#14862</a>
by <a
href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>✅ Add inline snapshot tests for OpenAPI before changes from Pydantic
v2. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14864">#14864</a>
by <a
href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fastapi/fastapi/commit/dedf1409fe8c095b8881ab732e132e66e9eae997"><code>dedf140</code></a>
🔖 Release version 0.128.5</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/79d4dfb37fd2e67090b29ed770bd096fd861f3cc"><code>79d4dfb</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/9f4ecf562cffd79a2d6bff0eb333df5669bd70e1"><code>9f4ecf5</code></a>
✅ Add inline snapshot tests for OpenAPI before changes from Pydantic v2
(<a
href="https://redirect.github.com/fastapi/fastapi/issues/14864">#14864</a>)</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/c48539f4c60e3e63af34fded4d9eb0d27ac34eeb"><code>c48539f</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/2e7d3754cd1c85feb4dfa14ee29a509133cfc203"><code>2e7d375</code></a>
♻️ Refactor and simplify Pydantic v2 (and v1) compatibility internal
utils (#...</li>
<li>See full diff in <a
href="https://github.com/fastapi/fastapi/compare/0.128.4...0.128.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `gunicorn` from 25.0.0 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>
<h2>25.0.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li>Fix ASGI streaming responses (SSE) hanging: add chunked transfer
encoding for
HTTP/1.1 responses without Content-Length header. Without chunked
encoding,
clients wait for connection close to determine end-of-response.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>Update celery_alternative example to use FastAPI with native ASGI
worker and
uvloop for async task execution</li>
</ul>
<h2>Testing</h2>
<ul>
<li>Add ASGI compliance test suite with Docker-based integration tests
covering HTTP,
WebSocket, streaming, lifespan, framework integration (Starlette,
FastAPI),
HTTP/2, and concurrency scenarios</li>
</ul>
</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.0...25.0.3">compare
view</a></li>
</ul>
</details>
<br />
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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>