mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-12-10 05:46:35 +08:00
chore(deps): bump fastapi from 0.123.9 to 0.124.0 (#1026)
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.123.9 to 0.124.0. <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.124.0</h2> <h3>Features</h3> <ul> <li>🚸 Improve tracebacks by adding endpoint metadata. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14306">#14306</a> by <a href="https://github.com/savannahostrowski"><code>@savannahostrowski</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>✏️ Fix typo in <code>scripts/mkdocs_hooks.py</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14457">#14457</a> by <a href="https://github.com/yujiteshima"><code>@yujiteshima</code></a>.</li> </ul> <h2>0.123.10</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix using class (not instance) dependency that has <code>__call__</code> method. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14458">#14458</a> by <a href="https://github.com/YuriiMotov"><code>@YuriiMotov</code></a>.</li> <li>🐛 Fix <code>separate_input_output_schemas=False</code> with <code>computed_field</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14453">#14453</a> by <a href="https://github.com/YuriiMotov"><code>@YuriiMotov</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b5ca13249e"><code>b5ca132</code></a> 🔖 Release version 0.124.0</li> <li><a href="a2cef707e3"><code>a2cef70</code></a> 📝 Update release notes</li> <li><a href="5b6245666b"><code>5b62456</code></a> ✏️ Fix typo in <code>scripts/mkdocs_hooks.py</code> (<a href="https://redirect.github.com/fastapi/fastapi/issues/14457">#14457</a>)</li> <li><a href="dbd34f1578"><code>dbd34f1</code></a> 📝 Update release notes</li> <li><a href="e1117f7550"><code>e1117f7</code></a> 🚸 Improve tracebacks by adding endpoint metadata (<a href="https://redirect.github.com/fastapi/fastapi/issues/14306">#14306</a>)</li> <li><a href="08b09e5236"><code>08b09e5</code></a> 🔖 Release version 0.123.10</li> <li><a href="e7d7038dfa"><code>e7d7038</code></a> 📝 Update release notes</li> <li><a href="da0ffab0b2"><code>da0ffab</code></a> 🐛 Fix using class (not instance) dependency that has <code>__call__</code> method (<a href="https://redirect.github.com/fastapi/fastapi/issues/14458">#14458</a>)</li> <li><a href="516169428d"><code>5161694</code></a> 📝 Update release notes</li> <li><a href="812a1926f0"><code>812a192</code></a> 🐛 Fix <code>separate_input_output_schemas=False</code> with <code>computed_field</code> (<a href="https://redirect.github.com/fastapi/fastapi/issues/14453">#14453</a>)</li> <li>See full diff in <a href="https://github.com/fastapi/fastapi/compare/0.123.9...0.124.0">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
16a0a00e8f
commit
d2509b7f56
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.123.9",
|
||||
"fastapi==0.124.0",
|
||||
"GitPython==3.1.45",
|
||||
"humanize==4.13.0",
|
||||
"pytimeparse2==1.7.1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue