From dd0e9539a64d4f8b519c2ada933524fcf7de7ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:59:37 +0000 Subject: [PATCH] Bump black from 20.8b1 to 24.3.0 in /jobs/search-term-data-validation-v2 Bumps [black](https://github.com/psf/black) from 20.8b1 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/commits/24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jobs/search-term-data-validation-v2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/search-term-data-validation-v2/requirements.txt b/jobs/search-term-data-validation-v2/requirements.txt index 4a80e19d..ba6c5d78 100644 --- a/jobs/search-term-data-validation-v2/requirements.txt +++ b/jobs/search-term-data-validation-v2/requirements.txt @@ -5,7 +5,7 @@ spacy>=3.0.0,<4.0.0 spacy-fastlang==1.0.1 db-dtypes==1.0.0 -black==20.8b1 +black==24.3.0 pytest==7.1.2 pytest-asyncio==0.18.3 pytest-black==0.3.11