Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

-c requirements.txt

black==25.1.0
black==25.9.0
build==1.3.0
bumpversion==0.5.3
coverage==7.10.6
coverage==7.10.7
flake8==7.3.0
isort==6.0.1
mypy==1.17.1
mypy==1.18.2
pip-tools==7.4.1
tox==4.27.0
twine==6.2.0
Expand Down
8 changes: 5 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==23.2.0
# referencing
beautifulsoup4==4.13.3
# via types-lxml
black==25.1.0
black==25.9.0
# via -r requirements-dev.in
bleach==5.0.1
# via readme-renderer
Expand Down Expand Up @@ -40,7 +40,7 @@ click==8.0.3
# pip-tools
colorama==0.4.6
# via tox
coverage==7.10.6
coverage==7.10.7
# via -r requirements-dev.in
cryptography==45.0.7
# via
Expand Down Expand Up @@ -81,7 +81,7 @@ mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
mypy==1.17.1
mypy==1.18.2
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -125,6 +125,8 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytokens==0.1.10
# via black
readme-renderer==35.0
# via twine
referencing==0.35.1
Expand Down
Loading