From 6e6dd6b8fcfbeec85a3622bfe7af9fb15d4efcaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:58:19 +0000 Subject: [PATCH] chore(deps): update black requirement from ~=23.12 to ~=24.2 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.2.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..bffd198 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.2 ruff ~= 0.1.11 types-pyyaml ~= 6.0 \ No newline at end of file