From f486472cae8bb9e14b509b8715c4c3bcba662359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 04:08:26 +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 9a053c9..e9755bf 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -4,6 +4,6 @@ pytest-cov ~= 4.1 pytest-xdist ~= 3.5 twine ~= 5.0 mypy ~= 1.8 -black ~= 23.12 +black ~= 24.3 ruff ~= 0.3.3 types-pyyaml ~= 6.0 \ No newline at end of file