From b4af8979ed74ea17501fc0e26f9d9dd42d6cdeca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 18:04:05 +0000 Subject: [PATCH] build(deps-dev): update black requirement from ^20.8b1 to ^21.10b0 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/commits) --- 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..c5dd551 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 = "^21.10b0" coverage = "^5.3" python-semantic-release = "^7.2.5" pre-commit = "^2.7.1"