From 79800362ec6f2925afd9ffada662a133d7a64e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:47:14 +0000 Subject: [PATCH] build(deps): bump black from 24.4.2 to 24.8.0 Bumps [black](https://github.com/psf/black) from 24.4.2 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.4.2...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 608f73304..59d8378c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ dev = [ "pytest-instafail==0.5.0", "pytest-cov==5.0.0", "pycodestyle==2.11.1", - "black==24.4.2", + "black==24.8.0", "isort==5.13.2", "mypy==1.10.0", # type stubs for mypy diff --git a/requirements.txt b/requirements.txt index 15d83f43d..93594639c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ annotated-types==0.7.0 binary2strings==0.1.13 -black==24.4.2 +black==24.8.0 cfgv==3.4.0 click==8.1.7 colorama==0.4.6