Skip to content

Commit

Permalink
Update docutils requirement from <0.17,>=0.10 to >=0.10,<0.22
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] committed Apr 18, 2024
1 parent 49d3069 commit c38b040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
jinja2<3.1


docutils>=0.10,<0.17
docutils>=0.10,<0.22
Sphinx==1.4.9
-e .
# alabaster version 0.7.13 requires Sphinx>1.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def find_version(*file_paths):

install_requires = [
'botocore==1.34.87',
'docutils>=0.10,<0.17',
'docutils>=0.10,<0.22',
's3transfer>=0.10.0,<0.11.0',
'PyYAML>=3.10,<6.1',
'colorama>=0.2.5,<0.4.5',
Expand Down

0 comments on commit c38b040

Please sign in to comment.