From c5735fd621058a23ab1042447831c9f0604112f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:49:08 +0000 Subject: [PATCH 1/2] Bump black from 23.3.0 to 24.3.0 in /requirements Bumps [black](https://github.com/psf/black) from 23.3.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.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 9525cb4..3862926 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,4 +1,4 @@ -black==23.3.0 +black==24.3.0 coverage==7.2.7 flake8==6.0.0 ; python_version >= '3.8' isort==5.12.0 ; python_version >= '3.8' From 0b3b8fa67a42f628256e31c1935ac0c3a6cbed9f Mon Sep 17 00:00:00 2001 From: Alex Tomkins Date: Wed, 20 Mar 2024 19:24:33 +0000 Subject: [PATCH 2/2] black for Python 3.8 only --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 3862926..c1d4d15 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,4 +1,4 @@ -black==24.3.0 +black==24.3.0 ; python_version >= '3.8' coverage==7.2.7 flake8==6.0.0 ; python_version >= '3.8' isort==5.12.0 ; python_version >= '3.8'