Skip to content

Commit 9821040

Browse files
authored
Update the development dependencies to the latest versions (#242)
Just keeping them up to date.
1 parent 4b96e21 commit 9821040

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

requirements-dev.txt

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
1+
aiohttp==3.9.1
2+
aiosignal==1.3.1
3+
async-timeout==4.0.3
4+
attrs==23.1.0
15
black==23.3.0;implementation_name=="cpython"
2-
build==0.10.0
6+
build==1.0.3
37
check-manifest==0.49
4-
click==8.1.3
5-
coverage==7.2.7
6-
exceptiongroup==1.1.1
8+
click==8.1.7
9+
coverage==7.3.2
10+
exceptiongroup==1.2.0
11+
frozenlist==1.4.0
12+
idna==3.6
13+
importlib-metadata==7.0.0
714
iniconfig==2.0.0
8-
mypy==1.4.1;implementation_name=="cpython"
15+
multidict==6.0.4
16+
mypy==1.7.1;implementation_name=="cpython"
917
mypy-extensions==1.0.0
10-
packaging==23.1
11-
pathspec==0.11.1
12-
platformdirs==3.8.0
13-
pluggy==1.2.0
14-
pyproject_hooks==1.0.0
15-
pytest==7.4.0
18+
packaging==23.2
19+
pathspec==0.12.1
20+
platformdirs==4.1.0
21+
pluggy==1.3.0
22+
pyproject-hooks==1.0.0
23+
pytest==7.4.3
1624
pytest-cov==4.1.0
1725
tomli==2.0.1
18-
typing_extensions==4.7.0
26+
typing-extensions==4.9.0
27+
yarl==1.9.4
28+
zipp==3.17.0

0 commit comments

Comments
 (0)