From 04fbd965afe135a8b9b715b7014d51f3c9f796db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 09:37:20 +0100 Subject: [PATCH] chore(deps-dev): update black requirement from ^22.1 to ^23.1 (#60) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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"