Skip to content

Commit 531d691

Browse files
dependabot[bot]AsifNawaz-cnic
authored andcommitted
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 e52d466 commit 531d691

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.6",
2828
"pytest-cov>=2,<8",
2929
"twine>=4,<7",

0 commit comments

Comments
 (0)