Skip to content

Commit 4b82fa2

Browse files
committed
chore: updated dev dependencies
1 parent 0733409 commit 4b82fa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requests_toolbelt>=1.0.0
33
# ------------ Python >= 3.9 ------------
44
requests>=2.32.2; python_version >= "3.9"
55
urllib3<3; python_version >= "3.9"
6-
coverage>=7.5.0; python_version >= "3.9" and python_version < "3.13"
76
coverage>=7.6.0; python_version >= "3.13"
7+
coverage>=7.5.0; python_version >= "3.9" and python_version < "3.13"
88

99
# ------------ 3.7 <= Python < 3.9 ------------
1010
requests>=2.22.0,<2.32; python_version >= "3.7" and python_version < "3.9"
@@ -21,6 +21,6 @@ responses>=0.25.0; python_version >= "3.8"
2121
responses>=0.18.0,<0.25; python_version >= "3.7" and python_version < "3.8"
2222
responses<0.18.0; python_version < "3.7"
2323

24-
# ------------ Dev tools ------------
25-
black==19.10b0
24+
black>=24.8.0; python_version >= "3.8"
25+
black==19.10b0; python_version < "3.8"
2626
tox==3.14.2

0 commit comments

Comments
 (0)