Skip to content

Commit

Permalink
Bump fastapi from 0.110.2 to 0.110.3 (#600)
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.110.2 to
0.110.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tiangolo/fastapi/releases">fastapi's
releases</a>.</em></p>
<blockquote>
<h2>0.110.3</h2>
<h2>Latest Changes</h2>
<h3>Docs</h3>
<ul>
<li>📝 Update references to Python version, FastAPI supports all the
current versions, no need to make the version explicit. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/11496">#11496</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>✏️ Fix typo in <code>fastapi/security/api_key.py</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/11481">#11481</a>
by <a href="https://github.com/ch33zer"><code>@​ch33zer</code></a>.</li>
<li>✏️ Fix typo in <code>security/http.py</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/11455">#11455</a>
by <a
href="https://github.com/omarmoo5"><code>@​omarmoo5</code></a>.</li>
</ul>
<h3>Translations</h3>
<ul>
<li>🌐 Add Traditional Chinese translation for
<code>docs/zh-hant/benchmarks.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/11484">#11484</a>
by <a href="https://github.com/KNChiu"><code>@​KNChiu</code></a>.</li>
<li>🌐 Update Chinese translation for
<code>docs/zh/docs/fastapi-people.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/11476">#11476</a>
by <a
href="https://github.com/billzhong"><code>@​billzhong</code></a>.</li>
<li>🌐 Add Chinese translation for
<code>docs/zh/docs/how-to/index.md</code> and
<code>docs/zh/docs/how-to/general.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/11443">#11443</a>
by <a
href="https://github.com/billzhong"><code>@​billzhong</code></a>.</li>
<li>🌐 Add Spanish translation for cookie-params
<code>docs/es/docs/tutorial/cookie-params.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/11410">#11410</a>
by <a
href="https://github.com/fabianfalon"><code>@​fabianfalon</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>⬆ Bump mkdocstrings[python] from 0.23.0 to 0.24.3. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/11469">#11469</a>
by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>🔨 Update internal scripts and remove unused ones. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/11499">#11499</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🔧 Migrate from Hatch to PDM for the internal build. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/11498">#11498</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>⬆️ Upgrade MkDocs Material and re-enable cards. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/11466">#11466</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>⬆ Bump pillow from 10.2.0 to 10.3.0. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/11403">#11403</a>
by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>🔧 Ungroup dependabot updates. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/11465">#11465</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/tiangolo/fastapi/commit/32be95dd867386d8331705a3c47d1b8b64bb1c9e"><code>32be95d</code></a>
🔖 Release version 0.110.3</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/92b67b1b29dcfb24223d08a3862bd9d9d3ecb7b9"><code>92b67b1</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/e0a969226132fe4660510398c4f61a0805c1e287"><code>e0a9692</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/62f82296f38e5e776a3c303621508bb3b5fbaeca"><code>62f8229</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/f49da7420099a5ef6f383591d8e465e8dbf42ede"><code>f49da74</code></a>
🔨 Update internal scripts and remove unused ones (<a
href="https://redirect.github.com/tiangolo/fastapi/issues/11499">#11499</a>)</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/13ce009e9a80c01064ac158ab6da0d59f49c8590"><code>13ce009</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/41fcbc7d009edb60b807695206fc00dba891f137"><code>41fcbc7</code></a>
🔧 Migrate from Hatch to PDM for the internal build (<a
href="https://redirect.github.com/tiangolo/fastapi/issues/11498">#11498</a>)</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/bec2ec7e4c3f3c947c0ac5e159f72396ea052c6e"><code>bec2ec7</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/7b55bf37b58cabfcde03eac4d3fb0fee459bdd40"><code>7b55bf3</code></a>
📝 Update references to Python version, FastAPI supports all the current
versi...</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/285ac017a97997c861ea1242cbb8606369345ebf"><code>285ac01</code></a>
📝 Update release notes</li>
<li>Additional commits viewable in <a
href="https://github.com/tiangolo/fastapi/compare/0.110.2...0.110.3">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.110.2&new-version=0.110.3)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 943448d commit 42e0d31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42e0d31

Please sign in to comment.