Skip to content

Commit 5f121e8

Browse files
chore(pip/prod)(deps): bump sphinx from 3.5.4 to 5.0.2 (#215)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f24f8c1 commit 5f121e8

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

poetry.lock

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tatsu = [
1515
{ version = "^4.4.0", python = "<3.8" },
1616
{ version = "^5.5.0", python = "^3.8" }
1717
]
18-
sphinx = {version = "^3.3.1", optional = true}
18+
sphinx = {version = ">=3.3.1,<6.0.0", optional = true}
1919
sphinx-rtd-theme = { version = "^0.5.0", optional = true }
2020

2121
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)