Skip to content

Commit 413dc5f

Browse files
authored
chore: Use Compatible release clause in requirement files (#1762)
1 parent bd823f1 commit 413dc5f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pyrsistent~=0.16.0; python_version<"3"
2-
boto3~=1.5
2+
boto3~=1.15.16
33
enum34~=1.1; python_version<"3.4"
44
jsonschema~=3.2
55
six~=1.15

requirements/dev.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
coverage>=5.3
2-
flake8>=3.8.4
3-
tox>=3.20.1
4-
pytest-cov>=2.10.1
1+
coverage~=5.3
2+
flake8~=3.8.4
3+
tox~=3.20.1
4+
pytest-cov~=2.10.1
55
pylint>=1.7.2,<2.0
6-
pyyaml>=5.3.1
6+
pyyaml~=5.3.1
77

88
# Test requirements
9-
pytest>=6.1.1; python_version >= '3.6'
9+
pytest~=6.1.1; python_version >= '3.6'
1010
pytest~=4.6.11; python_version < '3.6' # pytest dropped python 2 support after 4.6.x
1111
mock>=3.0.5,<4.0.0 # 4.0.0 drops Python 2 support
12-
parameterized>=0.7.4
12+
parameterized~=0.7.4
1313

1414
# Requirements for examples
15-
requests>=2.24.0
15+
requests~=2.24.0
1616

1717
# CLI requirements
18-
docopt>=0.6.2
18+
docopt~=0.6.2
1919

2020
# formatter
2121
black==20.8b1; python_version >= '3.6'

0 commit comments

Comments
 (0)