mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-12-10 13:56:13 +08:00
Bump fastapi from 0.121.2 to 0.121.3 (#1006)
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.121.2 to 0.121.3. <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.3</h2> <h3>Refactors</h3> <ul> <li>♻️ Make the result of <code>Depends()</code> and <code>Security()</code> hashable, as a workaround for other tools interacting with these internal parts. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14372">#14372</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h3>Upgrades</h3> <ul> <li>⬆️ Bump Starlette to <<code>0.51.0</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14282">#14282</a> by <a href="https://github.com/musicinmybrain"><code>@musicinmybrain</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Add missing hash part. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14369">#14369</a> by <a href="https://github.com/nilslindemann"><code>@nilslindemann</code></a>.</li> <li>📝 Fix typos in code comments. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14364">#14364</a> by <a href="https://github.com/Edge-Seven"><code>@Edge-Seven</code></a>.</li> <li>📝 Add docs for using FastAPI Cloud. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14359">#14359</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="325fd16d32"><code>325fd16</code></a> 🔖 Release version 0.121.3</li> <li><a href="7659b70da0"><code>7659b70</code></a> 📝 Update release notes</li> <li><a href="85701631a0"><code>8570163</code></a> ♻️ Make the result of <code>Depends()</code> and <code>Security()</code> hashable, as a workaround ...</li> <li><a href="566e3157a5"><code>566e315</code></a> 📝 Update release notes</li> <li><a href="569226e753"><code>569226e</code></a> ⬆️ Bump Starlette to <<code>0.51.0</code> (<a href="https://redirect.github.com/fastapi/fastapi/issues/14282">#14282</a>)</li> <li><a href="33a75f4817"><code>33a75f4</code></a> 📝 Update release notes</li> <li><a href="89baa704a9"><code>89baa70</code></a> 📝 Add missing hash part (<a href="https://redirect.github.com/fastapi/fastapi/issues/14369">#14369</a>)</li> <li><a href="827ed1e6a2"><code>827ed1e</code></a> 📝 Update release notes</li> <li><a href="df83eb7278"><code>df83eb7</code></a> 📝 Fix typos in code comments (<a href="https://redirect.github.com/fastapi/fastapi/issues/14364">#14364</a>)</li> <li><a href="4e84f31694"><code>4e84f31</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/fastapi/fastapi/compare/0.121.2...0.121.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 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
b2d10588ef
commit
3560d2861e
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ dependencies = [
|
||||||
"argon2-cffi==25.1.0",
|
"argon2-cffi==25.1.0",
|
||||||
"bencodepy==0.9.5",
|
"bencodepy==0.9.5",
|
||||||
"croniter==6.0.0",
|
"croniter==6.0.0",
|
||||||
"fastapi==0.121.2",
|
"fastapi==0.121.3",
|
||||||
"GitPython==3.1.45",
|
"GitPython==3.1.45",
|
||||||
"humanize==4.13.0",
|
"humanize==4.13.0",
|
||||||
"pytimeparse2==1.7.1",
|
"pytimeparse2==1.7.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue