From 114d6b70c116bbb0ff6003e51a54c32c736391d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 05:50:11 +0000 Subject: [PATCH] build(deps-dev): update black requirement from ^20.8b1 to ^21.5b0 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..feb9732 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.5b0" coverage = "^5.3" python-semantic-release = "^7.2.5" pre-commit = "^2.7.1"