Skip to content

Commit

Permalink
Update dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
radiac committed May 19, 2024
1 parent c0f63f3 commit e95bd1a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,70 +1,70 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements-dev.in
#
aiohttp==3.9.3
aiohttp==3.9.5
# via -r requirements-dev.in
aiosignal==1.3.1
# via aiohttp
attrs==23.2.0
# via
# aiohttp
# pytest-mypy
build==1.1.1
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
coverage[toml]==7.4.3
coverage[toml]==7.5.1
# via pytest-cov
filelock==3.13.1
filelock==3.14.0
# via pytest-mypy
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.6
idna==3.7
# via yarl
iniconfig==2.0.0
# via pytest
multidict==6.0.5
# via
# aiohttp
# yarl
mypy==1.8.0
mypy==1.10.0
# via pytest-mypy
mypy-extensions==1.0.0
# via mypy
packaging==23.2
packaging==24.0
# via
# build
# pytest
pip-tools==7.4.1
# via -r requirements-dev.in
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.1.0
pytest==8.2.0
# via
# -r requirements-dev.in
# pytest-asyncio
# pytest-cov
# pytest-mypy
pytest-asyncio==0.23.5
pytest-asyncio==0.23.6
# via -r requirements-dev.in
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements-dev.in
pytest-mypy==0.10.3
# via -r requirements-dev.in
telnetlib3==2.0.4
# via -r requirements-dev.in
typing-extensions==4.10.0
typing-extensions==4.11.0
# via mypy
wheel==0.42.0
wheel==0.43.0
# via pip-tools
yarl==1.9.4
# via aiohttp
Expand Down

0 comments on commit e95bd1a

Please sign in to comment.