Skip to content

Commit

Permalink
chore(deps): Bump pydantic from 1.10.9 to 1.10.10 (#674)
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.9 to
1.10.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pydantic/pydantic/releases">pydantic's
releases</a>.</em></p>
<blockquote>
<h2>V1.10.10</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix racy doctests by <a
href="https://github.com/K900"><code>@​K900</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/6103">pydantic/pydantic#6103</a></li>
<li>✅ Update FastAPI test script by <a
href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/6117">pydantic/pydantic#6117</a></li>
<li>add roadmap to annoucement by <a
href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/6120">pydantic/pydantic#6120</a></li>
<li>Fixed literal validator errors for unhashable values by <a
href="https://github.com/markus1978"><code>@​markus1978</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/6194">pydantic/pydantic#6194</a></li>
<li>Bug fix for forward refs in generics by <a
href="https://github.com/mark-todd"><code>@​mark-todd</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/6157">pydantic/pydantic#6157</a></li>
<li>Add Pydantic <code>Json</code> field support to settings management
by <a href="https://github.com/hramezani"><code>@​hramezani</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/6250">pydantic/pydantic#6250</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/K900"><code>@​K900</code></a> made their
first contribution in <a
href="https://redirect.github.com/pydantic/pydantic/pull/6103">pydantic/pydantic#6103</a></li>
<li><a
href="https://github.com/markus1978"><code>@​markus1978</code></a> made
their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic/pull/6194">pydantic/pydantic#6194</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic/compare/v1.10.9...v1.10.10">https://github.com/pydantic/pydantic/compare/v1.10.9...v1.10.10</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pydantic/pydantic/blob/main/HISTORY.md">pydantic's
changelog</a>.</em></p>
<blockquote>
<h2>v1.10.10 (2023-06-30)</h2>
<ul>
<li>Add Pydantic <code>Json</code> field support to settings management,
<a
href="https://redirect.github.com/pydantic/pydantic/issues/6250">#6250</a>
by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a></li>
<li>Fixed literal validator errors for unhashable values, <a
href="https://redirect.github.com/pydantic/pydantic/issues/6188">#6188</a>
by <a
href="https://github.com/markus1978"><code>@​markus1978</code></a></li>
<li>Fixed bug with generics receiving forward refs, <a
href="https://redirect.github.com/pydantic/pydantic/issues/6130">#6130</a>
by <a
href="https://github.com/mark-todd"><code>@​mark-todd</code></a></li>
<li>Update install method of FastAPI for internal tests in CI, <a
href="https://redirect.github.com/pydantic/pydantic/issues/6117">#6117</a>
by <a href="https://github.com/Kludex"><code>@​Kludex</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pydantic/pydantic/commit/0e8a387d6752dd859676da53298601ccae6a23a7"><code>0e8a387</code></a>
Prepare for 1.10.10 (<a
href="https://redirect.github.com/pydantic/pydantic/issues/6308">#6308</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/19e2eb9021321e23b36606e57588d306e341c17f"><code>19e2eb9</code></a>
Add Pydantic <code>Json</code> field support to settings management (<a
href="https://redirect.github.com/pydantic/pydantic/issues/6250">#6250</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/51b4751b1d594e7e6c48b13c6be06df15181c6e4"><code>51b4751</code></a>
Bug fix for forward refs in generics (<a
href="https://redirect.github.com/pydantic/pydantic/issues/6157">#6157</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/d7afe9936e8cbd20d2f5b6f5576e2ca9f14c5642"><code>d7afe99</code></a>
Fixed literal validator errors for unhashable values (<a
href="https://redirect.github.com/pydantic/pydantic/issues/6194">#6194</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/ccedd746de49179fe835610f793459b84fb9f754"><code>ccedd74</code></a>
add roadmap to announcement (<a
href="https://redirect.github.com/pydantic/pydantic/issues/6120">#6120</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/b386008d95513a27beabfeaba1eaa5854c4528cd"><code>b386008</code></a>
✅ Update FastAPI test script (<a
href="https://redirect.github.com/pydantic/pydantic/issues/6117">#6117</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/5d1ab9ea41eabc8fa2e52147dacf2fae161d2bba"><code>5d1ab9e</code></a>
Fix racy doctests (<a
href="https://redirect.github.com/pydantic/pydantic/issues/6103">#6103</a>)</li>
<li>See full diff in <a
href="https://github.com/pydantic/pydantic/compare/v1.10.9...v1.10.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pydantic&package-manager=pip&previous-version=1.10.9&new-version=1.10.10)](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 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 Jul 3, 2023
1 parent a479c0f commit 3432571
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions poetry.lock

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

0 comments on commit 3432571

Please sign in to comment.