Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Bump the python-dependencies group with 2 updates (#353)
Browse files Browse the repository at this point in the history
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version.

Updates `sphinx` to 7.1.2
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v0.1.61611...v7.1.2)

Updates `sphinx-autodoc-typehints` to 1.24.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.23.0...1.24.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
  dependency-group: python-dependencies
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 13, 2023
1 parent 5a23908 commit 1c099bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ coverage = "*"
optional = true

[tool.poetry.group.docs.dependencies]
sphinx = "<7.0.0"
sphinx = "<8.0.0"
sphinx-argparse = "0.4.0"
sphinx_autodoc_typehints = "1.23.0"
sphinx_autodoc_typehints = "1.24.0"
sphinx-copybutton = "0.5.2"
sphinx-rtd-theme = "1.3.0"

0 comments on commit 1c099bf

Please sign in to comment.