Skip to content

Commit

Permalink
build(deps): bump sphinx from 6.1.3 to 7.3.7
Browse files Browse the repository at this point in the history
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.1.3 to 7.3.7.
- [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.1.3...v7.3.7)

---
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 May 31, 2024
1 parent 73d02f5 commit 9efeec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repository = "https://github.com/cemsbv/BAEC"
[project.optional-dependencies]
test = ["coveralls", "pytest"]
docs = [
"Sphinx==6.1.3",
"Sphinx==7.3.7",
"sphinx-autodoc-typehints==1.22",
"ipython==8.11.0",
"asteroid-sphinx-theme==0.0.3",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ six==1.16.0
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
sphinx==6.1.3
sphinx==7.3.7
# via
# asteroid-sphinx-theme
# baec (pyproject.toml)
Expand Down

0 comments on commit 9efeec9

Please sign in to comment.