From 00b60392813f0245c21edbb744f934fa3f7f7b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 06:02:42 +0000 Subject: [PATCH] build(deps-dev): update black requirement from ^20.8b1 to ^21.4b1 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/master/CHANGES.md) - [Commits](https://github.com/psf/black/commits) 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..f30e733 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.4b1" coverage = "^5.3" python-semantic-release = "^7.2.5" pre-commit = "^2.7.1"