From f29718f67ed20a0344606674fe7341ffd1dcc8ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 09:51:34 +0100 Subject: [PATCH] chore(deps-dev): update black requirement from ^21.11b1 to ^22.1 (#45) 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/21.11b1...22.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 d0c2104..7f6737b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ skyfield-data = "^3.0" python-dateutil = "^2.8" [tool.poetry.dev-dependencies] -black = "^21.11b1" +black = "^22.1" parameterized = "^0.8.1" coverage = "^6.1.2" coveralls = "^3.3.1"