Skip to content

Commit af414c4

Browse files
Update docutils requirement from <0.20,>=0.10 to >=0.21.2,<0.22
Updates the requirements on [docutils](https://docutils.sourceforge.io) to permit the latest version. --- updated-dependencies: - dependency-name: docutils dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 71382cc commit af414c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"colorama>=0.2.5,<0.4.7",
32-
"docutils>=0.10,<0.20",
32+
"docutils>=0.10,<0.22",
3333
"cryptography>=3.3.2,<40.0.2",
3434
"ruamel.yaml>=0.15.0,<=0.17.21",
3535
# ruamel.yaml only requires ruamel.yaml.clib for Python versions

requirements-docs-lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ distro==1.8.0 \
252252
--hash=sha256:02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8 \
253253
--hash=sha256:99522ca3e365cac527b44bde033f64c6945d90eb9f769703caaec52b09bbd3ff
254254
# via awscli (pyproject.toml)
255-
docutils==0.19 \
256-
--hash=sha256:33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6 \
257-
--hash=sha256:5e1de4d849fee02c63b040a4a3fd567f4ab104defd8a5511fbbc24a8a017efbc
255+
docutils==0.21.2 \
256+
--hash=sha256:3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f \
257+
--hash=sha256:dafca5b9e384f0e419294eb4d2ff9fa826435bf15f15b7bd45723e8ad76811b2
258258
# via
259259
# awscli (pyproject.toml)
260260
# sphinx

0 commit comments

Comments
 (0)