We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bb621 commit a5cd6abCopy full SHA for a5cd6ab
1 file changed
requirements-dev.txt
@@ -1,19 +1,12 @@
1
-aiohttp==3.9.1
2
-aiosignal==1.3.1
3
-async-timeout==4.0.3
4
-attrs==23.1.0
5
-black==23.3.0;implementation_name=="cpython"
+black==24.3.0 ; implementation_name == "cpython"
6
build==1.0.3
7
check-manifest==0.49
8
click==8.1.7
9
-coverage==7.3.2
+coverage[toml]==7.3.2
10
exceptiongroup==1.2.0
11
-frozenlist==1.4.0
12
-idna==3.6
13
importlib-metadata==7.0.0
14
iniconfig==2.0.0
15
-multidict==6.0.4
16
-mypy==1.7.1;implementation_name=="cpython"
+mypy==1.7.1 ; implementation_name == "cpython"
17
mypy-extensions==1.0.0
18
packaging==23.2
19
pathspec==0.12.1
@@ -23,6 +16,5 @@ pyproject-hooks==1.0.0
23
pytest==7.4.3
24
pytest-cov==4.1.0
25
tomli==2.0.1
26
-typing-extensions==4.9.0
27
-yarl==1.9.4
+typing-extensions==4.9.0 ; python_version < "3.9"
28
20
zipp==3.17.0
0 commit comments