File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ requests_toolbelt>=1.0.0
33# ------------ Python >= 3.9 ------------
44requests>=2.32.2; python_version >= "3.9"
55urllib3<3; python_version >= "3.9"
6- coverage>=7.5.0; python_version >= "3.9" and python_version < "3.13"
76coverage>=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 ------------
1010requests>=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"
2121responses>=0.18.0,<0.25; python_version >= "3.7" and python_version < "3.8"
2222responses<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"
2626tox==3.14.2
You can’t perform that action at this time.
0 commit comments