diff --git a/requirements-dev.txt b/requirements-dev.txt index 7e6b598..a4d8209 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,18 +1,28 @@ +aiohttp==3.9.1 +aiosignal==1.3.1 +async-timeout==4.0.3 +attrs==23.1.0 black==23.3.0;implementation_name=="cpython" -build==0.10.0 +build==1.0.3 check-manifest==0.49 -click==8.1.3 -coverage==7.2.7 -exceptiongroup==1.1.1 +click==8.1.7 +coverage==7.3.2 +exceptiongroup==1.2.0 +frozenlist==1.4.0 +idna==3.6 +importlib-metadata==7.0.0 iniconfig==2.0.0 -mypy==1.4.1;implementation_name=="cpython" +multidict==6.0.4 +mypy==1.7.1;implementation_name=="cpython" mypy-extensions==1.0.0 -packaging==23.1 -pathspec==0.11.1 -platformdirs==3.8.0 -pluggy==1.2.0 -pyproject_hooks==1.0.0 -pytest==7.4.0 +packaging==23.2 +pathspec==0.12.1 +platformdirs==4.1.0 +pluggy==1.3.0 +pyproject-hooks==1.0.0 +pytest==7.4.3 pytest-cov==4.1.0 tomli==2.0.1 -typing_extensions==4.7.0 +typing-extensions==4.9.0 +yarl==1.9.4 +zipp==3.17.0