Skip to content

Commit

Permalink
Bump the documentation-dependencies group with 2 updates (#217)
Browse files Browse the repository at this point in the history
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) 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@v6.2.1...v7.1.2)

Updates `sphinx-autoapi` to 3.0.0
- [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases)
- [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-autoapi@v2.1.1...v3.0.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
  dependency-group: documentation-dependencies
- dependency-name: sphinx-autoapi
  dependency-type: direct:development
  dependency-group: documentation-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 842bc54 commit c3efb56
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 @@ -55,7 +55,7 @@ coverage = "*"
optional = true

[tool.poetry.group.docs.dependencies]
sphinx = "6.2.1"
sphinx-autoapi = "2.1.1"
sphinx = "7.1.2"
sphinx-autoapi = "3.0.0"
sphinx-copybutton = "0.5.2"
sphinx-rtd-theme = "1.3.0"

0 comments on commit c3efb56

Please sign in to comment.