Bump fastapi from 0.121.0 to 0.121.1 (#996)

Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.121.0 to
0.121.1.
<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.121.1</h2>
<h3>Fixes</h3>
<ul>
<li>🐛 Fix <code>Depends(func, scope='function')</code> for top level
(parameterless) dependencies. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14301">#14301</a>
by <a
href="https://github.com/luzzodev"><code>@​luzzodev</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>📝 Upate docs for advanced dependencies with <code>yield</code>,
noting the changes in 0.121.0, adding <code>scope</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14287">#14287</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>⬆ Bump ruff from 0.13.2 to 0.14.3. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14276">#14276</a>
by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14289">#14289</a>
by <a
href="https://github.com/apps/pre-commit-ci"><code>@​pre-commit-ci[bot]</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1c7e2540c2"><code>1c7e254</code></a>
🔖 Release version 0.121.1</li>
<li><a
href="9e5439959a"><code>9e54399</code></a>
📝 Update release notes</li>
<li><a
href="282f372eda"><code>282f372</code></a>
🐛 Fix <code>Depends(func, scope='function')</code> for top level
(parameterless) depende...</li>
<li><a
href="972a967d5d"><code>972a967</code></a>
📝 Update release notes</li>
<li><a
href="4170f621a5"><code>4170f62</code></a>
📝 Update release notes</li>
<li><a
href="67c8dfaf0f"><code>67c8dfa</code></a>
⬆ Bump ruff from 0.13.2 to 0.14.3 (<a
href="https://redirect.github.com/fastapi/fastapi/issues/14276">#14276</a>)</li>
<li><a
href="34db1e2e2c"><code>34db1e2</code></a>
⬆ [pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/fastapi/fastapi/issues/14289">#14289</a>)</li>
<li><a
href="b787103226"><code>b787103</code></a>
📝 Update release notes</li>
<li><a
href="289b4aa2fa"><code>289b4aa</code></a>
📝 Upate docs for advanced dependencies with <code>yield</code>, noting
the changes in 0....</li>
<li>See full diff in <a
href="https://github.com/fastapi/fastapi/compare/0.121.0...0.121.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastapi&package-manager=pip&previous-version=0.121.0&new-version=0.121.1)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-11-10 13:48:00 +00:00 committed by GitHub
parent 9eb08dbc0e
commit 57122fba93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ dependencies = [
"argon2-cffi==25.1.0",
"bencodepy==0.9.5",
"croniter==6.0.0",
"fastapi==0.121.0",
"fastapi==0.121.1",
"GitPython==3.1.45",
"humanize==4.13.0",
"pytimeparse2==1.7.1",