Skip to content

Commit

Permalink
Increase docutils upper bound to <0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Apr 2, 2021
1 parent bf00cdd commit 5a06f89
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.17
Sphinx==1.1.3
-e .
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ universal = 1
[metadata]
requires_dist =
botocore==1.20.44
docutils>=0.10,<0.16
docutils>=0.10,<0.17
s3transfer>=0.3.0,<0.4.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.20.44',
'docutils>=0.10,<0.16',
'docutils>=0.10,<0.17',
's3transfer>=0.3.0,<0.4.0',
'PyYAML>=3.10,<5.5',
'colorama>=0.2.5,<0.4.4',
Expand Down

0 comments on commit 5a06f89

Please sign in to comment.