Skip to content

Commit

Permalink
Increase docutils upper bound to <0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Sep 22, 2021
1 parent 09558e2 commit c96b787
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
@@ -1,3 +1,3 @@
docutils>=0.10,<0.16
docutils>=0.10,<0.18
Sphinx==1.2.3
-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.21.46
docutils>=0.10,<0.16
docutils>=0.10,<0.18
s3transfer>=0.5.0,<0.6.0
PyYAML>=3.10,<5.5
colorama>=0.2.5,<0.4.4
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.21.46',
'docutils>=0.10,<0.16',
'docutils>=0.10,<0.18',
's3transfer>=0.5.0,<0.6.0',
'PyYAML>=3.10,<5.5',
'colorama>=0.2.5,<0.4.4',
Expand Down

0 comments on commit c96b787

Please sign in to comment.