From 9fa57557048ff52b110ce34b9b9ae9abc27fd12e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:43:53 -0400 Subject: [PATCH] Bump black from 22.1.0 to 24.3.0 (#1162) Bumps [black](https://github.com/psf/black) from 22.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/22.1.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ff0b0ecc..ffa19181d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ sphinx-copybutton==0.5.0 pyserial==3.5 # Linting -black==22.1.0 +black==24.3.0 modernize==0.8.0 # This can be removed after Noetic Migration is complete. # Testing