Skip to content

Commit 46319f4

Browse files
committed
📌 Pin some dev dependencies to specific Python versions
1 parent 5ad4be1 commit 46319f4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

requirements_dev.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@ Click>=7.0,<8.0.0 ; python_version<"3.6"
22
Click>=7.0 ; python_version>="3.6"
33
docker>=4.0.2
44
factory-boy
5-
Faker>=4.1.0 ; python_version>="3.0"
5+
Faker>=3.0.1,<4.0.0 ; python_version<"3.0"
6+
Faker>=4.1.0 ; python_version>="3.0" and python_version<="3.6"
7+
Faker>=5.0.0 ; python_version>="3.6"
68
mysql-connector-python>=8.0.18,<8.0.24 ; python_version<"3.6"
79
mysql-connector-python>=8.0.18 ; python_version>="3.6"
810
mysqlclient>=1.4.6
9-
pytest>=4.6.5
11+
pytest>=4.6.5,<5.0.0 ; python_version<"3.5"
12+
pytest>=5.0.0,<6.2.0 ; python_version>="3.5" and python_version<"3.6"
13+
pytest>=6.2.0,<7.1.0 ; python_version>="3.6" and python_version<"3.7"
14+
pytest>=7.1.0 ; python_version>="3.7"
1015
pytest-cov
1116
pytest-faker ; python_version<"3.0"
1217
pytest-mock

0 commit comments

Comments
 (0)