Skip to content

Commit

Permalink
Bump black from 22.3.0 to 24.3.0 (#161)
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 22.3.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.3.0...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2024
1 parent 1067555 commit 2d48cff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependencies/requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-c ../requirements.txt
black==22.3.0
black==24.3.0
flake8==4.0.1
flake8-bugbear==22.4.25
isort==5.10.1
Expand Down
13 changes: 10 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
attrs==21.4.0
# via flake8-bugbear
black==22.3.0
black==24.3.0
# via -r dependencies/requirements-dev.in
click==8.1.3
# via
Expand All @@ -29,6 +29,8 @@ mypy-extensions==0.4.3
# -r dependencies/requirements-dev.in
# black
# mypy
packaging==24.0
# via black
pathspec==0.9.0
# via black
pep517==0.12.0
Expand All @@ -42,15 +44,20 @@ pycodestyle==2.8.0
pyflakes==2.4.0
# via flake8
tomli==2.0.1
# via pep517
# via
# black
# mypy
# pep517
types-python-dateutil==2.8.16
# via -r dependencies/requirements-dev.in
types-requests==2.27.27
# via -r dependencies/requirements-dev.in
types-urllib3==1.26.14
# via types-requests
typing-extensions==4.2.0
# via mypy
# via
# black
# mypy
wheel==0.38.1
# via pip-tools

Expand Down

0 comments on commit 2d48cff

Please sign in to comment.