Skip to content

Commit 6c2ee1e

Browse files
fix(deps): update docutils requirement from <1,>=0 to >=0.22.4,<1
Updates the requirements on [docutils](https://github.com/rtfd/recommonmark) to permit the latest version. - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) --- updated-dependencies: - dependency-name: docutils dependency-version: 0.22.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1597ec commit 6c2ee1e

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
@@ -23,7 +23,7 @@ maintainers = [
2323
license = {file = "LICENSE"}
2424
urls = {homepage = "https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/"}
2525
dependencies = [
26-
"docutils>=0,<1",
26+
"docutils>=0.22.4,<1",
2727
"pdoc3>=0.11.5",
2828
"pytest-cov>=2,<8",
2929
"twine>=4,<7",

0 commit comments

Comments
 (0)