Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump black from 22.3.0 to 24.3.0 #720

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
10 changes: 5 additions & 5 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ attrs==21.4.0
# flake8-implicit-str-concat
# hypothesis
# pytest
black==22.3.0
black==24.3.0
# via -r requirements.dev.in
certifi==2020.11.8
# via
Expand Down Expand Up @@ -64,8 +64,10 @@ mypy-extensions==0.4.3
# via black
nodeenv==1.6.0
# via pre-commit
packaging==21.3
# via pytest
packaging==24.0
# via
# black
# pytest
pathspec==0.9.0
# via black
pep517==0.12.0
Expand All @@ -86,8 +88,6 @@ pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pyparsing==3.0.7
# via packaging
pytest==7.1.1
# via
# -r requirements.dev.in
Expand Down
Loading