Skip to content

Commit

Permalink
build(deps): Bump sphinx from 6.2.1 to 7.2.6
Browse files Browse the repository at this point in the history
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.2.1 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@v6.2.1...v7.2.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bcyran committed Oct 1, 2023
1 parent 2d06bb7 commit f83f036
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
31 changes: 17 additions & 14 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 @@ -39,7 +39,7 @@ requests = "^2.27.1"
pydantic = "^1.10.7"
click = { version = "^8.0.3", optional = true }
appdirs = { version = "^1.4.4", optional = true }
Sphinx = { version = "^6.2.1", optional = true }
Sphinx = { version = "^7.2.6", optional = true }
furo = { version = "^2023.3.27", optional = true }
enum-tools = {extras = ["sphinx"], version = "^0.10.0", optional = true }

Expand Down

0 comments on commit f83f036

Please sign in to comment.