Skip to content

Commit

Permalink
Increase docutils upper bound to <0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Jul 12, 2022
1 parent 94cb7f2 commit aa601ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
jinja2<3.1


docutils>=0.10,<0.17
docutils>=0.10,<0.20
Sphinx==1.3.2
-e .
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ universal = 0
[metadata]
requires_dist =
botocore==1.27.28
docutils>=0.10,<0.17
docutils>=0.10,<0.19
s3transfer>=0.6.0,<0.7.0
PyYAML>=3.10,<5.5
colorama>=0.2.5,<0.4.5
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.27.28',
'docutils>=0.10,<0.17',
'docutils>=0.10,<0.19',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
'colorama>=0.2.5,<0.4.5',
Expand Down

0 comments on commit aa601ae

Please sign in to comment.