From 0df0564f2ea64672e0a0b92fc794caaef167d0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:35:57 +0000 Subject: [PATCH] chore(deps): update black requirement from ~=23.9 to ~=23.10 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.9.0...23.10.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 b65b430..62108b4 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -3,7 +3,7 @@ pytest ~= 7.4 pytest-cov ~= 4.1 pytest-timeout ~= 2.1 pytest-xdist ~= 3.3 -black ~= 23.9 +black ~= 23.10 moto[all] ~= 4.2 mypy == 1.5.1 ruff ~= 0.0.288