Skip to content

Commit

Permalink
chore(pip/prod)(deps): bump sphinx from 3.5.4 to 5.0.2 (#215)
Browse files Browse the repository at this point in the history
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.4 to 5.0.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v3.5.4...v5.0.2)

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

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 Jul 15, 2022
1 parent f24f8c1 commit 5f121e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
27 changes: 14 additions & 13 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
Expand Up @@ -15,7 +15,7 @@ tatsu = [
{ version = "^4.4.0", python = "<3.8" },
{ version = "^5.5.0", python = "^3.8" }
]
sphinx = {version = "^3.3.1", optional = true}
sphinx = {version = ">=3.3.1,<6.0.0", optional = true}
sphinx-rtd-theme = { version = "^0.5.0", optional = true }

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 5f121e8

Please sign in to comment.