From 289fe081633430b4c911b34d68b13fabaff298e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:28:24 +0000 Subject: [PATCH] Bump black from 24.8.0 to 24.10.0 in /ci/latest Bumps [black](https://github.com/psf/black) from 24.8.0 to 24.10.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/24.8.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/latest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/latest/requirements.txt b/ci/latest/requirements.txt index ff2b176..7091a1c 100644 --- a/ci/latest/requirements.txt +++ b/ci/latest/requirements.txt @@ -2,7 +2,7 @@ # is used in a GitHub Actions workflow to test the compatibility with the # latest versions of the dependencies. This file is monitored by Dependabot. hypothesis==6.112.4 -black==24.8.0 +black==24.10.0 graphql-core==3.2.4 typing-extensions==4.12.2 pytest-asyncio==0.24.0