Skip to content

Commit 753498f

Browse files
Bump docutils from 0.19 to 0.22
Bumps [docutils](https://github.com/rtfd/recommonmark) from 0.19 to 0.22. - [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' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c1da3f commit 753498f

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.23",
3535
"ruamel.yaml>=0.15.0,<=0.17.21",
3636
# ruamel.yaml only requires ruamel.yaml.clib for Python versions
3737
# less than or equal to Python 3.10. In order to ensure we have

requirements-docs-lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ distro==1.8.0 \
160160
--hash=sha256:02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8 \
161161
--hash=sha256:99522ca3e365cac527b44bde033f64c6945d90eb9f769703caaec52b09bbd3ff
162162
# via awscli (pyproject.toml)
163-
docutils==0.19 \
164-
--hash=sha256:33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6 \
165-
--hash=sha256:5e1de4d849fee02c63b040a4a3fd567f4ab104defd8a5511fbbc24a8a017efbc
163+
docutils==0.22 \
164+
--hash=sha256:4ed966a0e96a0477d852f7af31bdcb3adc049fbb35ccba358c2ea8a03287615e \
165+
--hash=sha256:ba9d57750e92331ebe7c08a1bbf7a7f8143b86c476acd51528b042216a6aad0f
166166
# via
167167
# awscli (pyproject.toml)
168168
# sphinx

0 commit comments

Comments
 (0)