Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50a1076

Browse files
Bump docutils from 0.19 to 0.21.1 (#52)
* Bump docutils from 0.19 to 0.21.1 Bumps [docutils](https://docutils.sourceforge.io) from 0.19 to 0.21.1. --- updated-dependencies: - dependency-name: docutils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * keep old docutils on 3.8 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amethyst Reese <[email protected]>
1 parent f04a957 commit 50a1076

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ dependencies = [
3232

3333
[project.optional-dependencies]
3434
dev = [
35-
"docutils==0.19",
35+
"docutils==0.20.1; python_version < '3.9'",
36+
"docutils==0.21.1; python_version >= '3.9'",
3637
"mistune==2.0.4",
3738

3839
"attribution==1.6.2",

0 commit comments

Comments
 (0)