From 186e9a7fb0bb654d0d572cc4e29761202d2b739f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 04:18:55 +0000 Subject: [PATCH] Bump black from 21.7b0 to 24.3.0 in /itp Bumps [black](https://github.com/psf/black) from 21.7b0 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/commits/24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- itp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itp/requirements.txt b/itp/requirements.txt index 11bdaaa..2130cdd 100644 --- a/itp/requirements.txt +++ b/itp/requirements.txt @@ -17,5 +17,5 @@ unittest2==1.1.0 # For unit testing (if using unittest2 for compatibili # Add any other libraries that are required for your project here # Development tools -black==21.7b0 # For code formatting +black==24.3.0 # For code formatting flake8==3.9.2 # For linting Python code