From 6ebd424a0898ffc77092b8304adef825788d0754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 14:26:11 +0000 Subject: [PATCH] chore(deps): update black requirement from ==24.* to ==25.* 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.1a1...25.1.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 1d12c42..765c593 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -4,6 +4,6 @@ pytest-cov == 6.0.* pytest-timeout == 2.3.* pytest-xdist == 3.6.* types-PyYAML ~= 6.0 -black == 24.* +black == 25.* ruff == 0.9.* mypy == 1.15.*