Skip to content

Commit

Permalink
Merge pull request #6977 from stealthycoin/bump-docutils
Browse files Browse the repository at this point in the history
Bump docutils upper bound to <0.17
  • Loading branch information
stealthycoin authored May 20, 2022
2 parents 469d03c + 1bc38dc commit 6106469
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/enhancement-dependency-85943.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "enhancement",
"category": "dependency",
"description": "Bump upper bound of docutils to <0.17"
}
4 changes: 2 additions & 2 deletions 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.16
Sphinx==1.2.3
docutils>=0.10,<0.17
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.26.4
docutils>=0.10,<0.16
docutils>=0.10,<0.17
s3transfer>=0.5.0,<0.6.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.26.4',
'docutils>=0.10,<0.16',
'docutils>=0.10,<0.17',
's3transfer>=0.5.0,<0.6.0',
'PyYAML>=3.10,<5.5',
'colorama>=0.2.5,<0.4.5',
Expand Down

0 comments on commit 6106469

Please sign in to comment.