From 38e48893ccc3379ab83406b9707f825a21c5add8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 23:03:51 +0000 Subject: [PATCH] chore(deps-dev): update black requirement from ^22.1 to ^23.1 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/22.1.0...23.1.0) --- 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 1f592e7..6656ef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ skyfield-data = ">=3,<5" python-dateutil = "^2.8" [tool.poetry.dev-dependencies] -black = "^22.1" +black = "^23.1" parameterized = "^0.8.1" coverage = "^6.1.2" coveralls = "^3.3.1"