From 0b338a5f1ffdd5460fe267d5da7bb6396c794a8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 06:42:05 +0000 Subject: [PATCH] build(deps-dev): bump black from 23.11.0 to 24.8.0 in /python Bumps [black](https://github.com/psf/black) from 23.11.0 to 24.8.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.11.0...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements-dev.txt b/python/requirements-dev.txt index b4e188e8f4..57801ec691 100644 --- a/python/requirements-dev.txt +++ b/python/requirements-dev.txt @@ -9,7 +9,7 @@ pytest==6.2.5 pytest-cov pytest-rerunfailures retry -black==23.11.0 +black==24.8.0 isort # Type stubs