Skip to content

Commit

Permalink
Bump sphinx from 7.0.1 to 7.1.1
Browse files Browse the repository at this point in the history
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.0.1 to 7.1.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinx@v7.0.1...v7.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2023
1 parent 07d1b6e commit 2bbed0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -76,7 +76,7 @@ pytest-cov = {version = "^4.0.0", optional = true}
mock = {version = "^5.0.2", optional = true}

# Documentation
sphinx = {version = "^7.0.0", optional = true}
sphinx = {version = "^7.1.1", optional = true}
sphinxcontrib-httpdomain = {version = "^1.8.1", optional = true}
markupsafe = {version = "==2.1.3", optional = true}
# https://github.com/sphinx-contrib/httpdomain/issues/60
Expand Down

0 comments on commit 2bbed0d

Please sign in to comment.