diff options
author | 2024-05-31 00:39:31 +0000 | |
---|---|---|
committer | 2024-05-31 00:39:31 +0000 | |
commit | bb08a3b4d5cdcceb6776c411b4362763b204e032 (patch) | |
tree | 5df7f78cb1b79158f68bd3fe0c40fe0f43171fa8 /pyproject.toml | |
parent | Bump pytest from 8.1.1 to 8.2.1 (#228) (diff) |
Bump sphinx-autodoc-typehints from 2.0.0 to 2.1.0 (#227)
Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 2.0.0 to 2.1.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](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.0.0...2.1.0)
---
updated-dependencies:
- dependency-name: sphinx-autodoc-typehints
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 95fd70b4..c7923b57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pre-commit = "3.7.1" [tool.poetry.group.doc.dependencies] Sphinx = "7.3.7" gitpython = "3.1.42" -sphinx-autodoc-typehints = "2.0.0" +sphinx-autodoc-typehints = "2.1.0" furo = "2024.1.29" six = "1.16.0" releases = "2.1.1" |