Skip to content

Commit

Permalink
pip prod(deps): update sphinx-autodoc-typehints requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version.
- [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.0.0...2.0.1)

---
updated-dependencies:
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent c54c399 commit 553af1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ black = { optional = true, version = "*" }
pytest-cov = { optional = true, version = "*" }
sphinx = { optional = true, version = "<8" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279
nbsphinx = { optional = true, version = "<=0.9.5" }
sphinx-autodoc-typehints = { optional = true, version = "<=1.23.0" }
sphinx-autodoc-typehints = { optional = true, version = "<=2.0.1" }
sphinx_rtd_theme = { optional = true, version = "<=2.0.0" }
readthedocs-sphinx-ext = { optional = true, version = "<=2.2.5" }
recommonmark = { optional = true, version = "<=0.7.1" }
Expand Down

0 comments on commit 553af1e

Please sign in to comment.