Skip to content

Commit 95b383e

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 19afe5a commit 95b383e

File tree

2 files changed

+21
-37
lines changed

2 files changed

+21
-37
lines changed

poetry.lock

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

0 commit comments

Comments
 (0)