From 9e5715ca9f9b8d08e5de510ef55ccb53300b4772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:27:14 -0800 Subject: Update black requirement from ^22.1.0 to ^23.1.0 (#892) 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 5b99224..1703a7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ twine = "^4.0.0" wheel = "^0.38.1" pylint = "^2.7.4" mypy = ">=0.940" -black = "^22.1.0" +black = "^23.1.0" [tool.poetry.extras] doh = ['httpx', 'h2', 'requests', 'requests-toolbelt'] -- cgit v1.2.1