From 77efa1281df91b4fac0a7072b6a229c82738a4a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 18:04:32 +0000 Subject: [PATCH] build(deps-dev): update black requirement from ^20.8b1 to ^22.10 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/20.8b1...22.10.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 7ded34d..9273936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ keywords = ["serializer", "unserializer", "packer", "unpacker"] python = "^3.7" [tool.poetry.dev-dependencies] -black = "^20.8b1" +black = "^22.10" coverage = "^5.3" python-semantic-release = "^7.2.5" pre-commit = "^2.7.1"