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
22pytest >= 5.4.0 < 5.5.0
33pytz >= 2020.1 < 2020.2
44beautifulsoup4 >= 4.7.0 < 4.8.0
5- boto3 >= 1.14.0 < 1.15 .0
5+ boto3 >= 1.16.8 < 1.17 .0
66requests >= 2.23.0 < 2.24.0
77lxml >= 4.2.5 < 4.6.0
8- botocore >= 1.17.41 < 1.18 .0
8+ botocore >= 1.19.8 < 1.20 .0
99mypy >= 0.782
1010pre-commit >= 2.6.0
1111numpy >= 1.16.3 < 1.20.0
Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ def get_tag(self):
9696 "scramp>=1.2.0<1.3.0" ,
9797 "pytz>=2020.1<2020.2" ,
9898 "BeautifulSoup4>=4.7.0<4.8.0" ,
99- "boto3>=1.14.5 <1.15 .0" ,
99+ "boto3>=1.16.8 <1.17 .0" ,
100100 "requests>=2.23.0<2.24.0" ,
101101 "lxml>=4.2.5<4.6.0" ,
102- "botocore>=1.17.41, <1.18 .0" ,
102+ "botocore>=1.19.8 <1.20 .0" ,
103103 "numpy>=1.15.4<1.20.0" ,
104104 "pandas==0.25.3" ,
105105 "wheel>=0.33" ,
You can’t perform that action at this time.
0 commit comments