Skip to content

Commit b00095c

Browse files
dependabot[bot]KaiSchwarz-cnic
authored andcommitted
fix(deps): update sphinxcontrib-websupport requirement
Updates the requirements on [sphinxcontrib-websupport](https://github.com/sphinx-doc/sphinxcontrib-websupport) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-websupport/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-websupport/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinxcontrib-websupport@1.0.0...2.0.0) --- updated-dependencies: - dependency-name: sphinxcontrib-websupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 213dc95 commit b00095c

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
@@ -18,7 +18,7 @@ dependencies = [
1818
"pytest-cov>=2,<6",
1919
"sphinx>=3,<8",
2020
"sphinxcontrib-log-cabinet>=1,<2",
21-
"sphinxcontrib-websupport>=1,<2",
21+
"sphinxcontrib-websupport>=1,<3",
2222
"twine>=4,<6",
2323
"black>=23,<25"
2424
]

0 commit comments

Comments
 (0)