From 274e33482bff2d36f58b58d57e30962d82fe49d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:39:29 +0000 Subject: [PATCH] Bump black from 23.10.0 to 24.3.0 in /ci/minimum Bumps [black](https://github.com/psf/black) from 23.10.0 to 24.3.0. - [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.10.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/minimum/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/minimum/requirements.txt b/ci/minimum/requirements.txt index 582a208..0102fee 100644 --- a/ci/minimum/requirements.txt +++ b/ci/minimum/requirements.txt @@ -2,7 +2,7 @@ # This file is used in a GitHub Actions workflow to test the compatibility. # This file needs to be manually updated to be consistent with `pyproject.toml`. hypothesis==6.88.0 -black==23.10.0 +black==24.3.0 graphql-core==3.2.0 typing-extensions==4.8.0 pytest-asyncio==0.18.0