Skip to content

Commit f4749f6

Browse files
dependabot[bot]KaiSchwarz-cnic
authored andcommitted
fix(deps): update sphinx-rtd-theme requirement from <3,>=1 to >=1,<4
Updates the requirements on [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@1.0.0...3.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 251d8a8 commit f4749f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = {file = "LICENSE"}
1313
urls = {homepage = "https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/"}
1414
dependencies = [
1515
"docutils>=0,<1",
16-
"sphinx-rtd-theme>=1,<3",
16+
"sphinx-rtd-theme>=1,<4",
1717
"m2r2>=0,<1",
1818
"pytest-cov>=2,<6",
1919
"sphinx>=3,<9",

0 commit comments

Comments
 (0)