Skip to content

Commit

Permalink
Update the development dependencies to the latest versions (#242)
Browse files Browse the repository at this point in the history
Just keeping them up to date.
  • Loading branch information
jstasiak authored Dec 13, 2023
1 parent 4b96e21 commit 9821040
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9821040

Please sign in to comment.