From 656754bc7a41b35872317c839eef5005f3febc37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 16:43:56 +0000 Subject: [PATCH] chore(deps): update black requirement from ~=23.7 to ~=23.9 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.7.0...23.9.1) --- 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 4a7176e..37b56df 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -5,5 +5,5 @@ pytest-cov ~= 4.1 pytest-xdist ~= 3.3 twine ~= 4.0 mypy ~= 1.5 -black ~= 23.7 +black ~= 23.9 ruff ~= 0.0.287 \ No newline at end of file