From 2058d9e288c3cc3bfdfeb1d2bbd7690618fb03c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:12:26 +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 6a8bd7e7..ad57808b 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -4,7 +4,7 @@ pytest == 7.4.* pytest-cov == 6.0.* pytest-timeout == 2.3.* pytest-xdist == 3.6.* -black == 24.* +black == 25.* ruff == 0.9.* mypy == 1.11.* psutil == 7.0.*