From 51e9755ffa81402a802b5b8a96bef16593d0865b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:19:31 +0000 Subject: [PATCH] chore(deps-dev): update black requirement from ^23.1 to >=23.1,<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.1.0...24.4.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23db412..592c5c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ skyfield-data = ">=3,<6" python-dateutil = "^2.8" [tool.poetry.group.dev.dependencies] -black = "^23.1" +black = ">=23.1,<25.0" parameterized = "^0.9.0" coverage = "^6.1.2" coveralls = "^3.3.1"