From 410200aa96ef898f8b55a97c12d869abf070e115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:23:10 +0000 Subject: [PATCH] Bump black from 23.1.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 23.1.0 to 24.3.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/23.1.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- requirements_style.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index a769ba3dfa..7ccd8f573d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -19,7 +19,7 @@ jupyter toolz empymod>=2.0.0 scooby -black==23.1.0 +black==24.3.0 pre-commit twine memory_profiler diff --git a/requirements_style.txt b/requirements_style.txt index 2d054d9fb1..24c9cae2b4 100644 --- a/requirements_style.txt +++ b/requirements_style.txt @@ -1,4 +1,4 @@ -black==23.1.0 +black==24.3.0 flake8 flake8-bugbear flake8-builtins