Skip to content

Commit 935653f

Browse files
chore(deps): bump sphinx from 4.2.0 to 5.3.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.2.0 to 5.3.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v5.3.0/CHANGES) - [Commits](sphinx-doc/sphinx@v4.2.0...v5.3.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c347760 commit 935653f

File tree

2 files changed

+21
-103
lines changed

2 files changed

+21
-103
lines changed

poetry.lock

Lines changed: 20 additions & 102 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
@@ -66,7 +66,7 @@ pyarrow = { version = "~15.0.0", optional = true }
6666
pytesseract = { version = "0.3.10", optional = true }
6767
python-calamine = { version = "0.2.3", optional = true }
6868
python-snappy = { version = "0.7.3", optional = true }
69-
Sphinx = { version = "~4.2", optional = true }
69+
Sphinx = { version = ">=4.2,<5.4", optional = true }
7070
sphinx-rtd-theme = { version = "~1.0", optional = true }
7171
tiktoken = { version = "0.8.0", optional = true }
7272
nltk = { version = "3.9.1", optional = true }

0 commit comments

Comments
 (0)