Skip to content

Commit 4adcc58

Browse files
committed
chore: support boto3>=1.9.201,<2.0.0, botocore>=1.12.201,<2.0.0
1 parent ab13663 commit 4adcc58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ pre-commit>=2.6.0
44
pytest-cov>=2.10.0
55
pytest-mock>=1.11.1,<=3.2.0
66
wheel>=0.33
7-
docutils>=0.16
7+
docutils>=0.14
88
-e .

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
scramp>=1.2.0,<1.5.0
22
pytz>=2020.1,<2021.9
33
beautifulsoup4>=4.7.0,<5.0.0
4-
boto3>=1.16.8,<2.0.0
4+
boto3>=1.9.201,<2.0.0
55
requests>=2.23.0,<2.26.1
66
lxml>=4.6.2
7-
botocore>=1.19.8,<2.0.0
7+
botocore>=1.12.201,<2.0.0
88
packaging

0 commit comments

Comments
 (0)