Skip to content

Commit

Permalink
Bump fastapi from 0.104.1 to 0.105.0 in /app (#6)
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to
0.105.0.
<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.105.0</h2>
<h3>Features</h3>
<ul>
<li>✨ Add support for multiple Annotated annotations, e.g.
<code>Annotated[str, Field(), Query()]</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10773">#10773</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Refactors</h3>
<ul>
<li>🔥 Remove unused NoneType. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10774">#10774</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>📝 Tweak default suggested configs for generating clients. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10736">#10736</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>🔧 Update sponsors, add Scalar. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10728">#10728</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🔧 Update sponsors, add PropelAuth. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10760">#10760</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>👷 Update build docs, verify README on CI. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10750">#10750</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🔧 Update sponsors, remove Fern. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10729">#10729</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🔧 Update sponsors, add Codacy. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10677">#10677</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🔧 Update sponsors, add Reflex. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10676">#10676</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update release notes, move and check latest-changes. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10588">#10588</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>👷 Upgrade latest-changes GitHub Action. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10587">#10587</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/36c26677682c4245183912e00fc057c05cc6cf7a"><code>36c2667</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/d8185efb6effd36c162bc7ab8e1e2c597fb3b7a8"><code>d8185ef</code></a>
🔖 Release version 0.105.0</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/fc51d7e3c7908d3e588ddc57cb942129f8c55d4c"><code>fc51d7e</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/b98c65cb36b5f6ee159f4b2a99fbc380247b8820"><code>b98c65c</code></a>
🔥 Remove unused NoneType (<a
href="https://redirect.github.com/tiangolo/fastapi/issues/10774">#10774</a>)</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/ba99214417f4229277aced266f69511d5ce50f6d"><code>ba99214</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/6f5aa81c076d22e38afbe7d602db6730e28bc3cc"><code>6f5aa81</code></a>
✨ Add support for multiple Annotated annotations, e.g. `Annotated[str,
Field(...</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/73dcc40f09e3587b10d3a93ee225c2f5d3fc83cb"><code>73dcc40</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/33493ce694d2f7f1900f6e3128268b10620405f5"><code>33493ce</code></a>
🔧 Update sponsors, add PropelAuth (<a
href="https://redirect.github.com/tiangolo/fastapi/issues/10760">#10760</a>)</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/01e570c56da2e1e662cc4ebdbce18ec21320a7e6"><code>01e570c</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/ca03379b655165e203460c23a2b036a04d41bd7d"><code>ca03379</code></a>
👷 Update build docs, verify README on CI (<a
href="https://redirect.github.com/tiangolo/fastapi/issues/10750">#10750</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tiangolo/fastapi/compare/0.104.1...0.105.0">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.104.1&new-version=0.105.0)](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 Dec 26, 2023
1 parent 70af500 commit 136d8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ git+https://github.com/CERT-Polska/checkdmarc@allowing-whitespace
dacite==1.8.1
dkimpy==1.1.5
email-validator==2.1.0.post1
fastapi==0.104.1
fastapi==0.105.0
Jinja2==3.1.2
jinja2-simple-tags==0.5.0
psycopg2-binary==2.9.9
Expand Down

0 comments on commit 136d8de

Please sign in to comment.