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

Bump black from 24.3.0 to 24.8.0 #18

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
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
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