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
18 changes: 16 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 Down Expand Up @@ -45,7 +47,7 @@ pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.19.2
pygments==2.20.0
# via pytest
pylint==4.0.3
# via -r requirements_dev.in
Expand All @@ -59,7 +61,19 @@ pytest-cov==7.0.0
# via -r requirements_dev.in
pytokens==0.3.0
# via black
tomli==2.4.1
# 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