From ed1dd71b9e149caa46605f6443ba75022e5d400b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:22:22 +0000 Subject: [PATCH] :arrow_up: Update black requirement from ~=24.4.2 to ~=24.8.0 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/24.4.2...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index e1c55536..5cba02af 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,6 +1,6 @@ anyio~=4.4.0 autoflake~=2.3.1 -black~=24.4.2 +black~=24.8.0 isort~=5.13.2 pytest~=8.2.0 pytest-mock~=3.14.0