Skip to content

Commit

Permalink
chore(deps): bump sphinx-autodoc-typehints from 1.23.2 to 1.23.3 in /…
Browse files Browse the repository at this point in the history
…docs (#68)

Bumps
[sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints)
from 1.23.2 to 1.23.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tox-dev/sphinx-autodoc-typehints/releases">sphinx-autodoc-typehints's
releases</a>.</em></p>
<blockquote>
<h2>1.13.2</h2>
<h2>What's Changed</h2>
<ul>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>
in <a
href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/362">tox-dev/sphinx-autodoc-typehints#362</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>
in <a
href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/364">tox-dev/sphinx-autodoc-typehints#364</a></li>
<li>Fix type guard handling for classes by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/365">tox-dev/sphinx-autodoc-typehints#365</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.23.2...1.13.2">https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.23.2...1.13.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/sphinx-autodoc-typehints/commit/0b0ffc0c243fae6ae7adbe5807ed1a01eb473633"><code>0b0ffc0</code></a>
Fix type guard handling for classes (<a
href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/365">#365</a>)</li>
<li><a
href="https://github.com/tox-dev/sphinx-autodoc-typehints/commit/8107a807a38d118afcf74537f58e9db23bf6a3c0"><code>8107a80</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/364">#364</a>)</li>
<li><a
href="https://github.com/tox-dev/sphinx-autodoc-typehints/commit/751e5b283a3f6ee84ff83089469766ba9d52e08a"><code>751e5b2</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/362">#362</a>)</li>
<li>See full diff in <a
href="https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.23.2...1.23.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sphinx-autodoc-typehints&package-manager=pip&previous-version=1.23.2&new-version=1.23.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 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>
  • Loading branch information
ErikBavenstrand committed Jun 30, 2023
2 parents c4dc896 + 5c285be commit 54e0845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
furo>=2021.11.12
sphinx>=4.3.2
myst_parser>=0.16.1
sphinx-autodoc-typehints==1.23.2
sphinx-autodoc-typehints==1.23.3
sphinx-autoapi==2.1.1

0 comments on commit 54e0845

Please sign in to comment.