Skip to content
Open
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
22 changes: 18 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
astroid==4.0.2
# via pylint
black==25.11.0
black==26.3.1
# via -r requirements_dev.in
build==1.3.0
# via -r requirements_dev.in
Expand All @@ -16,6 +16,8 @@ coverage[toml]==7.12.0
# via pytest-cov
dill==0.4.0
# via pylint
exceptiongroup==1.3.1
# via pytest
iniconfig==2.3.0
# via pytest
isort==7.0.0
Expand All @@ -33,7 +35,7 @@ packaging==25.0
# black
# build
# pytest
pathspec==0.12.1
pathspec==1.0.4
# via
# black
# mypy
Expand All @@ -57,9 +59,21 @@ pytest==9.0.1
# pytest-cov
pytest-cov==7.0.0
# via -r requirements_dev.in
pytokens==0.3.0
pytokens==0.4.1
# via black
tomli==2.4.0
# via
# black
# build
# coverage
# mypy
# pylint
# pytest
tomlkit==0.13.3
# via pylint
typing-extensions==4.15.0
# via mypy
# via
# astroid
# black
# exceptiongroup
# mypy
Loading