Skip to content

Commit

Permalink
Bump sphinx-autodoc-typehints from 1.20.2 to 1.21.0
Browse files Browse the repository at this point in the history
Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.20.2 to 1.21.0.
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](tox-dev/sphinx-autodoc-typehints@1.20.2...1.21.0)

---
updated-dependencies:
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 17, 2023
1 parent dc52665 commit 5c85b60
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
28 changes: 24 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exclude = [
python = "^3.7.0"
cryptography = ">=36,<40"
Sphinx = {version = ">=4.3.2,<6.0.0", optional = true, extras = ["docs"]}
sphinx-autodoc-typehints = {version = "1.20.2", optional = true, extras = ["docs"]}
sphinx-autodoc-typehints = {version = "1.21.0", optional = true, extras = ["docs"]}
sphinx-rtd-theme = {version = "^1.0.0", optional = true, extras = ["docs"]}

[tool.poetry.extras]
Expand Down

0 comments on commit 5c85b60

Please sign in to comment.