Skip to content

Commit

Permalink
Bump black from 22.3.0 to 24.3.0
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:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent fda732f commit e34ac3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pre-commit==2.21.0

# Linting / Formatting
autoflake==1.4
black==22.3.0
black==24.3.0
flake8==4.0.1
isort==5.8.0

Expand Down
15 changes: 7 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ attrs==22.2.0
# via pytest
autoflake==1.4
# via -r requirements.in
black==22.3.0
black==24.3.0
# via -r requirements.in
bleach[css]==5.0.1
# via
# bleach
# django-bleach
# via django-bleach
boto3==1.26.85
# via django-storages
botocore==1.29.85
Expand Down Expand Up @@ -92,9 +90,7 @@ django-recaptcha==3.0.0
django-sendgrid-v5==0.8.1
# via -r requirements.in
django-storages[boto3]==1.7.1
# via
# -r requirements.in
# django-storages
# via -r requirements.in
django-tinymce==3.5.0
# via -r requirements.in
django-unused-media==0.1.13
Expand Down Expand Up @@ -168,6 +164,7 @@ oauthlib==3.2.2
# via requests-oauthlib
packaging==23.0
# via
# black
# build
# pytest
pathspec==0.11.0
Expand Down Expand Up @@ -308,7 +305,9 @@ tomli==2.0.1
# build
# pyproject-hooks
typing-extensions==4.5.0
# via django-countries
# via
# black
# django-countries
uritemplate==4.1.1
# via google-api-python-client
uritools==4.0.1
Expand Down

0 comments on commit e34ac3b

Please sign in to comment.