From e09a30bf51d1b4286b39e7554b7b61ffe817233d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:50:27 +0000 Subject: [PATCH] Update black requirement from <24 to <25 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/18.3a0...24.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ea48e2..91c6450 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ all = [ "meltano-target-cratedb[vector]", ] develop = [ - "black<24", + "black<25", "mypy==1.8.0", "poethepoet<0.25", "pyproject-fmt<1.6",