Skip to content

Commit

Permalink
Bump sphinx from 5.0.2 to 5.1.1 (#64)
Browse files Browse the repository at this point in the history
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.2 to 5.1.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v5.0.2...v5.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2022
1 parent 72c5261 commit 150b63f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -42,7 +42,7 @@ mock = {version = "^4.0.3", optional = true}
SQLAlchemy = {version = "^1.4.39", optional = true}
psycopg2-binary = {version = "^2.9.3", optional = true}

sphinx = {version = "^5.0.2", optional = true}
sphinx = {version = "^5.1.1", optional = true}
sphinxcontrib-httpdomain = {version = "^1.8.0", optional = true}
# https://github.com/sphinx-contrib/httpdomain/issues/60
Werkzeug = {version = "<2.2", optional = true, extras = ["docs"]}
Expand Down

0 comments on commit 150b63f

Please sign in to comment.