Skip to content

Commit 7a7d51a

Browse files
committed
⏪ Revert "Pin some dev dependencies to specific Python versions"
This reverts commit 46319f4.
1 parent c340c68 commit 7a7d51a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

requirements_dev.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@ 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>=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"
5+
Faker>=4.1.0 ; python_version>="3.0"
86
mysql-connector-python>=8.0.18,<8.0.24 ; python_version<"3.6"
97
mysql-connector-python>=8.0.18 ; python_version>="3.6"
108
mysqlclient>=1.4.6
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"
9+
pytest>=4.6.5
1510
pytest-cov
1611
pytest-faker ; python_version<"3.0"
1712
pytest-mock

0 commit comments

Comments
 (0)