From 49671015c7ba78d205746e63dea84db1c224c81d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:01:12 +0000 Subject: [PATCH] build(deps-dev): update black requirement from ^20.8b1 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/20.8b1...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 7ded34d..97a687c 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 = "^23.1" coverage = "^5.3" python-semantic-release = "^7.2.5" pre-commit = "^2.7.1"