Skip to content
Open
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
7 changes: 3 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ attrs==22.1.0
# via pytest
babel==2.10.3
# via sphinx
black==22.10.0
black==24.3.0
# via -r style.in
build==0.9.0
# via pip-tools
Expand Down Expand Up @@ -50,8 +50,9 @@ mypy-extensions==0.4.3
# via
# black
# mypy
packaging==21.3
packaging==24.2
# via
# black
# build
# pytest
# sphinx
Expand All @@ -76,8 +77,6 @@ py==1.11.0
# via tox
pygments==2.13.0
# via sphinx
pyparsing==3.0.9
# via packaging
pytest==7.2.0
# via -r tests.in
pytz==2022.5
Expand Down
6 changes: 3 additions & 3 deletions requirements/style.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
#
# pip-compile-multi
#
black==22.10.0
black==24.3.0
# via -r style.in
click==8.1.3
# via black
isort==5.10.1
# via -r style.in
mypy-extensions==0.4.3
# via black
packaging==24.2
# via black
pathspec==0.10.1
# via black
platformdirs==2.5.2
# via black
tomli==2.0.1
# via black