Skip to content

Commit 2669b7b

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 8eb66de commit 2669b7b

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
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232
dependencies = [
3333
"colorama>=0.2.5,<0.4.7",
34-
"docutils>=0.10,<0.20",
34+
"docutils>=0.10,<0.22",
3535
"cryptography>=40.0.0,<43.0.2",
3636
"ruamel.yaml>=0.15.0,<=0.17.21",
3737
# 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
@@ -258,9 +258,9 @@ distro==1.8.0 \
258258
--hash=sha256:02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8 \
259259
--hash=sha256:99522ca3e365cac527b44bde033f64c6945d90eb9f769703caaec52b09bbd3ff
260260
# via awscli (pyproject.toml)
261-
docutils==0.19 \
262-
--hash=sha256:33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6 \
263-
--hash=sha256:5e1de4d849fee02c63b040a4a3fd567f4ab104defd8a5511fbbc24a8a017efbc
261+
docutils==0.21.2 \
262+
--hash=sha256:3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f \
263+
--hash=sha256:dafca5b9e384f0e419294eb4d2ff9fa826435bf15f15b7bd45723e8ad76811b2
264264
# via
265265
# awscli (pyproject.toml)
266266
# sphinx

0 commit comments

Comments
 (0)