From 143d51b629ac6b02546a22823776167b32da667f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:20:21 +0000 Subject: [PATCH] Bump black from 24.3.0 to 24.8.0 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](https://github.com/psf/black/compare/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] --- requirements-dev.in | 2 +- requirements-dev.txt | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index e1be79a..1d33b51 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -22,7 +22,7 @@ python-dotenv #----------------------------------- flake8==7.0.0 flake8-pyproject==1.2.3 -black==24.3.0 +black==24.8.0 djlint #----------------------------------- diff --git a/requirements-dev.txt b/requirements-dev.txt index 7378d8e..b70caa6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 @@ -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 @@ -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 @@ -305,6 +305,7 @@ sqlalchemy[mypy]==2.0.31 # alembic # flask-sqlalchemy # marshmallow-sqlalchemy + # sqlalchemy # sqlalchemy-json # sqlalchemy-utils sqlalchemy-json==0.7.0