From 86a63a0ba5bb0802db82545e784a702090ba5672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 03:31:57 +0000 Subject: [PATCH] Update black requirement from <24.0,>=23.0 to >=23.0,<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.1a1...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gantry-requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gantry-requirements.txt b/gantry-requirements.txt index 45dbbb2..4c58b88 100644 --- a/gantry-requirements.txt +++ b/gantry-requirements.txt @@ -8,7 +8,7 @@ lingua-language-detector Pillow ruff mypy>=1.0,<1.5 -black>=23.0,<24.0 +black>=23.0,<25.0 isort>=5.12,<5.13 pytest pytest-sphinx diff --git a/pyproject.toml b/pyproject.toml index e075fc5..35dfb15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Changelog = "https://github.com/allenai/pdelfin/blob/main/CHANGELOG.md" dev = [ "ruff", "mypy>=1.0,<1.5", - "black>=23.0,<24.0", + "black>=23.0,<25.0", "isort>=5.12,<5.13", "pytest", "pytest-sphinx",