Skip to content

Commit

Permalink
Merge pull request #960 from DjangoGirls/dependabot/pip/black-24.3.0
Browse files Browse the repository at this point in the history
Bump black from 22.3.0 to 24.3.0
  • Loading branch information
amakarudze committed Jun 9, 2024
2 parents 81f635a + 166f91b commit a55144a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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 django-bleach
Expand Down Expand Up @@ -164,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 @@ -304,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 a55144a

Please sign in to comment.