Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 38cd3fd commit 0a25dc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python-dotenv
#-----------------------------------
flake8==7.0.0
flake8-pyproject==1.2.3
black==24.3.0
black==24.8.0
djlint

#-----------------------------------
Expand Down
9 changes: 5 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ airium==0.2.6
# via -r requirements.in
alembic==1.13.2
# via flask-migrate
async-timeout==4.0.3
# via redis
attrs==24.2.0
# via
# jsonschema
Expand All @@ -20,7 +18,7 @@ beautifulsoup4==4.12.3
# via
# -r requirements-dev.in
# funding-service-design-utils
black==24.3.0
black==24.8.0
# via -r requirements-dev.in
blinker==1.8.2
# via
Expand Down Expand Up @@ -224,7 +222,9 @@ pyflakes==3.2.0
pygments==2.18.0
# via rich
pyjwt[crypto]==2.8.0
# via funding-service-design-utils
# via
# funding-service-design-utils
# pyjwt
pyscss==1.4.0
# via -r requirements.in
pytest==8.2.2
Expand Down Expand Up @@ -305,6 +305,7 @@ sqlalchemy[mypy]==2.0.31
# alembic
# flask-sqlalchemy
# marshmallow-sqlalchemy
# sqlalchemy
# sqlalchemy-json
# sqlalchemy-utils
sqlalchemy-json==0.7.0
Expand Down

0 comments on commit 0a25dc8

Please sign in to comment.