Skip to content

Commit

Permalink
Bump sphinx from 6.2.1 to 7.1.2
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.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)

---
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 Nov 13, 2023
1 parent a0230d1 commit 5de97f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -53,7 +53,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
Flask = "^2.2.3"
Sphinx = {version = "^6.1.3", optional = true}
Sphinx = {version = ">=6.1.3,<8.0.0", optional = true}
sphinx-rtd-theme = {version = "^1.2.0", optional = true}
gevent = {version = ">=22.10.2,<24.0.0", optional = true}
gunicorn = {version = "^20.1.0", optional = true}
Expand Down

0 comments on commit 5de97f0

Please sign in to comment.