From b99f80d1fdd65a30770a111b82695831af855125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:48:35 +0000 Subject: [PATCH] build(deps-dev): update black requirement from ~=23.3 to >=23.3,<25.0 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/23.3.0...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 03badde3..c2f28508 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ stac-client = "pystac_client.cli:cli" [project.optional-dependencies] dev = [ - "black~=23.3", + "black>=23.3,<25.0", "codespell~=2.2.4", "coverage~=7.2", "doc8~=1.1.1",