From a5b8109a7f9bce921579261771e5eff0eefafbfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 02:34:45 +0000 Subject: [PATCH] Bump black from 24.3.0 to 24.10.0 Bumps [black](https://github.com/psf/black) from 24.3.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.3.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 d268b2025..a026106f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies=[ 'pytest', # required for running 'buildtest stylecheck' - 'black==24.3.0', + 'black==24.10.0', 'pyflakes', 'isort', 'archspec', diff --git a/requirements.txt b/requirements.txt index 84f9bf208..7f4df4426 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ rich coverage pytest isort -black==24.3.0 +black==24.10.0 pyflakes # https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html urllib3>=2.1.0