From 60f49997fae4881cdd4aaf492f00039c03b1abbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:26:33 +0000 Subject: [PATCH] build(deps): bump black from 24.8.0 to 24.10.0 Bumps [black](https://github.com/psf/black) from 24.8.0 to 24.10.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.8.0...24.10.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 8f39fcf85..2d0d51a13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ dev = [ "pytest-instafail==0.5.0", "pytest-cov==5.0.0", "pycodestyle==2.12.1", - "black==24.8.0", + "black==24.10.0", "isort==5.13.2", "mypy==1.10.0", # type stubs for mypy diff --git a/requirements.txt b/requirements.txt index 427e6d313..da10d5430 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ annotated-types==0.7.0 binary2strings==0.1.13 -black==24.8.0 +black==24.10.0 cfgv==3.4.0 click==8.1.7 colorama==0.4.6