-
Notifications
You must be signed in to change notification settings - Fork 2
Commit 9902c6f
authored
Bump annotated-types from 0.6.0 to 0.7.0 (#83)
Bumps
[annotated-types](https://github.com/annotated-types/annotated-types)
from 0.6.0 to 0.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/annotated-types/annotated-types/releases">annotated-types's
releases</a>.</em></p>
<blockquote>
<h2>v0.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Allow <code>tzinfo</code> objects for <code>Timezone</code> by <a
href="https://github.com/Viicos"><code>@Viicos</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/56">annotated-types/annotated-types#56</a></li>
<li>add URLs to <code>pyproject.toml</code> by <a
href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a>
in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/58">annotated-types/annotated-types#58</a></li>
<li>suggested fix on typo by <a
href="https://github.com/PelicanQ"><code>@PelicanQ</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/60">annotated-types/annotated-types#60</a></li>
<li>Correct misstatement in README by <a
href="https://github.com/Zac-HD"><code>@Zac-HD</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/62">annotated-types/annotated-types#62</a></li>
<li>Fix IsDigit -> IsDigits by <a
href="https://github.com/toriningen"><code>@toriningen</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/63">annotated-types/annotated-types#63</a></li>
<li>Add <code>Unit</code> type by <a
href="https://github.com/tlambert03"><code>@tlambert03</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/65">annotated-types/annotated-types#65</a></li>
<li>Improve handling of GroupedMetadata (First try) by <a
href="https://github.com/cksleigen"><code>@cksleigen</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/69">annotated-types/annotated-types#69</a></li>
<li>Prepare for 0.7.0 release by <a
href="https://github.com/adriangb"><code>@adriangb</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/70">annotated-types/annotated-types#70</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Viicos"><code>@Viicos</code></a> made
their first contribution in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/56">annotated-types/annotated-types#56</a></li>
<li><a href="https://github.com/PelicanQ"><code>@PelicanQ</code></a>
made their first contribution in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/60">annotated-types/annotated-types#60</a></li>
<li><a
href="https://github.com/toriningen"><code>@toriningen</code></a> made
their first contribution in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/63">annotated-types/annotated-types#63</a></li>
<li><a
href="https://github.com/tlambert03"><code>@tlambert03</code></a> made
their first contribution in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/65">annotated-types/annotated-types#65</a></li>
<li><a href="https://github.com/cksleigen"><code>@cksleigen</code></a>
made their first contribution in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/69">annotated-types/annotated-types#69</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/annotated-types/annotated-types/compare/v0.6.0...v0.7.0">https://github.com/annotated-types/annotated-types/compare/v0.6.0...v0.7.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/0735cd3d4c272b88405b6b04009716b691115210"><code>0735cd3</code></a>
Prepare for 0.7.0 release (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/70">#70</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/0757d4126a55681f577a0d9800b15b8d418bc7ad"><code>0757d41</code></a>
Improve handling of GroupedMetadata (First try) (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/69">#69</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/99dbac8103ec938ffc1abd779f2f4316bf5e73e7"><code>99dbac8</code></a>
Add <code>Unit</code> type (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/65">#65</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/89e3d2ec0c828b2cd8a1bd08132daf355bc34fe2"><code>89e3d2e</code></a>
Fix IsDigit -> IsDigits (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/63">#63</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/59a50d17126f97a6ad383d886c21e03d5de54972"><code>59a50d1</code></a>
Correct misstatement in README (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/62">#62</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/66930379318ab566798219368eda267f2031f404"><code>6693037</code></a>
suggested fix on typo (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/60">#60</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/195e3406a276d3599fb94f6f982f5e91837de4a3"><code>195e340</code></a>
add URLs to <code>pyproject.toml</code> (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/58">#58</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/657ded980a131be3609e7df486cdd96b6133de29"><code>657ded9</code></a>
Allow <code>tzinfo</code> objects for <code>Timezone</code> (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/56">#56</a>)</li>
<li>See full diff in <a
href="https://github.com/annotated-types/annotated-types/compare/v0.6.0...v0.7.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 134a717 commit 9902c6fCopy full SHA for 9902c6f
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments