File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ scramp>=1.2.0<1.3.0
2
2
pytest >= 5.4.0 < 5.5.0
3
3
pytz >= 2020.1 < 2020.2
4
4
beautifulsoup4 >= 4.7.0 < 4.8.0
5
- boto3 >= 1.14.0 < 1.15 .0
5
+ boto3 >= 1.16.8 < 1.17 .0
6
6
requests >= 2.23.0 < 2.24.0
7
7
lxml >= 4.2.5 < 4.6.0
8
- botocore >= 1.17.41 < 1.18 .0
8
+ botocore >= 1.19.8 < 1.20 .0
9
9
mypy >= 0.782
10
10
pre-commit >= 2.6.0
11
11
numpy >= 1.16.3 < 1.20.0
Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ def get_tag(self):
96
96
"scramp>=1.2.0<1.3.0" ,
97
97
"pytz>=2020.1<2020.2" ,
98
98
"BeautifulSoup4>=4.7.0<4.8.0" ,
99
- "boto3>=1.14.5 <1.15 .0" ,
99
+ "boto3>=1.16.8 <1.17 .0" ,
100
100
"requests>=2.23.0<2.24.0" ,
101
101
"lxml>=4.2.5<4.6.0" ,
102
- "botocore>=1.17.41, <1.18 .0" ,
102
+ "botocore>=1.19.8 <1.20 .0" ,
103
103
"numpy>=1.15.4<1.20.0" ,
104
104
"pandas==0.25.3" ,
105
105
"wheel>=0.33" ,
You can’t perform that action at this time.
0 commit comments