From a31173a6907e1ead734cf60d2d08974dfd46e6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:28:00 -0500 Subject: [PATCH] chore(deps): update black requirement from ==24.4.* to ==24.8.* (#428) Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [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.4.0...24.8.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-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 03586620..746b9a16 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -9,7 +9,7 @@ freezegun == 1.* types-pyyaml == 6.* twine == 4.*; python_version == '3.7' twine == 5.*; python_version > '3.7' -black == 24.4.*; python_version > '3.7' +black == 24.8.*; python_version > '3.7' mypy == 1.11.*; python_version == '3.7' mypy == 1.*; python_version > '3.7' ruff == 0.5.*