mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-12-10 05:46:35 +08:00
Bump fastapi from 0.121.1 to 0.121.2 (#999)
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.121.1 to 0.121.2. <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.2</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix handling of JSON Schema attributes named "$ref". PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14349">#14349</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Add EuroPython talk & podcast episode with Sebastián Ramírez. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14260">#14260</a> by <a href="https://github.com/clytaemnestra"><code>@clytaemnestra</code></a>.</li> <li>✏️ Fix links and add missing permalink in docs. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14217">#14217</a> by <a href="https://github.com/YuriiMotov"><code>@YuriiMotov</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Update Portuguese translations with LLM prompt. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14228">#14228</a> by <a href="https://github.com/ceb10n"><code>@ceb10n</code></a>.</li> <li>🔨 Add Portuguese translations LLM prompt. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14208">#14208</a> by <a href="https://github.com/ceb10n"><code>@ceb10n</code></a>.</li> <li>🌐 Sync Russian docs. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14331">#14331</a> by <a href="https://github.com/YuriiMotov"><code>@YuriiMotov</code></a>.</li> <li>🌐 Sync German docs. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14317">#14317</a> by <a href="https://github.com/nilslindemann"><code>@nilslindemann</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="02e108d166"><code>02e108d</code></a> 🔖 Release version 0.121.2</li> <li><a href="d3b75974f4"><code>d3b7597</code></a> 📝 Update release notes</li> <li><a href="5d40dfbc9b"><code>5d40dfb</code></a> 🐛 Fix handling of JSON Schema attributes named "$ref" (<a href="https://redirect.github.com/fastapi/fastapi/issues/14349">#14349</a>)</li> <li><a href="eaf611f9ee"><code>eaf611f</code></a> 📝 Update release notes</li> <li><a href="004ab1a9d1"><code>004ab1a</code></a> 📝 Add EuroPython talk & podcast episode with Sebastián Ramírez (<a href="https://redirect.github.com/fastapi/fastapi/issues/14260">#14260</a>)</li> <li><a href="d1be85c728"><code>d1be85c</code></a> 📝 Update release notes</li> <li><a href="42930fe600"><code>42930fe</code></a> ✏️ Fix links and add missing permalink in docs (<a href="https://redirect.github.com/fastapi/fastapi/issues/14217">#14217</a>)</li> <li><a href="9e362d9f6e"><code>9e362d9</code></a> 📝 Update release notes</li> <li><a href="540a83da65"><code>540a83d</code></a> 🌐 Update Portuguese translations with LLM prompt (<a href="https://redirect.github.com/fastapi/fastapi/issues/14228">#14228</a>)</li> <li><a href="1a2e4152ed"><code>1a2e415</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/fastapi/fastapi/compare/0.121.1...0.121.2">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 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:
parent
5541e448b3
commit
d82da8c69c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ dependencies = [
|
|||
"argon2-cffi==25.1.0",
|
||||
"bencodepy==0.9.5",
|
||||
"croniter==6.0.0",
|
||||
"fastapi==0.121.1",
|
||||
"fastapi==0.121.2",
|
||||
"GitPython==3.1.45",
|
||||
"humanize==4.13.0",
|
||||
"pytimeparse2==1.7.1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue