From a0a504263d02a832c2f21924100bef2e4f349374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:33:00 +0000 Subject: [PATCH] chore(deps): update black requirement from ~=23.12 to ~=24.3 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/23.12.0...24.3.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 5b21111..2e18dd3 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -4,6 +4,6 @@ pytest-cov ~= 4.1 pytest-xdist ~= 3.5 twine ~= 4.0 mypy ~= 1.8 -black ~= 23.12 +black ~= 24.3 ruff ~= 0.1.11 types-pyyaml ~= 6.0 \ No newline at end of file