Skip to content

Commit

Permalink
Bump sphinx from 5.3.0 to 7.2.6 (#647)
Browse files Browse the repository at this point in the history
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 7.2.6.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v5.3.0...v7.2.6)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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] authored Mar 14, 2024
1 parent 8d4e3f7 commit a26a73c
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 19 deletions.
61 changes: 43 additions & 18 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 @@ -55,7 +55,7 @@ mypy = "^1.9"
optional = true

[tool.poetry.group.docs.dependencies]
sphinx = "^5.2"
sphinx = ">=5.2,<8.0"
sphinx-autodoc-typehints = "^1.23"
sphinx-click = "^3.1"
m2r2 = "^0.3"
Expand Down

0 comments on commit a26a73c

Please sign in to comment.