Skip to content

Commit 7410843

Browse files
committed
fix(requirements): invalid version specifiers
1 parent 978114d commit 7410843

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pytest>=5.4.0<5.5.0
1+
pytest>=5.4.0,<5.5.0
22
mypy>=0.782
33
pre-commit>=2.6.0
44
pytest-cov>=2.10.0
5-
pytest-mock>=1.11.1<=3.2.0
5+
pytest-mock>=1.11.1,<=3.2.0
66
wheel>=0.33
77
-e .

requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
scramp>=1.2.0<1.3.0
2-
pytz>=2020.1<2020.2
3-
beautifulsoup4>=4.7.0<4.8.0
4-
boto3>=1.16.8<1.17.0
5-
requests>=2.23.0<2.24.0
6-
lxml>=4.2.5<4.6.0
7-
botocore>=1.19.8<1.20.0
1+
scramp>=1.2.0,<1.3.0
2+
pytz>=2020.1,<2020.2
3+
beautifulsoup4>=4.7.0,<4.8.0
4+
boto3>=1.16.8,<1.17.0
5+
requests>=2.23.0,<2.24.0
6+
lxml>=4.2.5,<4.6.0
7+
botocore>=1.19.8,<1.20.0

0 commit comments

Comments
 (0)