Skip to content
Closed
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
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Used to create the requirements-dev.txt file
# Note: `pip-compile requirements-dev.in` needs to be run before changes in requirements-dev.in are reflected in
# requirements-dev.txt, which is used for GitHub Actions
black==24.3.0 # This should be kept in sync with the version in .pre-commit-config.yaml
black==26.3.1 # This should be kept in sync with the version in .pre-commit-config.yaml
isort==5.12.0 # This should be kept in sync with the version in .pre-commit-config.yaml
autopep8==2.0.2 # This should be kept in sync with the version in .pre-commit-config.yaml
pre-commit
Expand Down
6 changes: 4 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astroid==3.0.1
# via pylint
autopep8==2.0.2
# via -r requirements-dev.in
black==24.3.0
black==26.3.1
# via -r requirements-dev.in
cfgv==3.4.0
# via pre-commit
Expand Down Expand Up @@ -38,7 +38,7 @@ packaging==23.2
# via
# black
# pytest
pathspec==0.11.2
pathspec==1.0.4
# via black
platformdirs==3.11.0
# via
Expand All @@ -57,6 +57,8 @@ pylint==3.0.2
# via -r requirements-dev.in
pytest==7.4.3
# via -r requirements-dev.in
pytokens==0.4.1
# via black
pyyaml==6.0.1
# via pre-commit
snowballstemmer==2.2.0
Expand Down
Loading