From 26960b0bc86a839fe5a9762974e14711050e874c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 14:43:00 +0000 Subject: [PATCH] pip(deps): update black requirement from ~=22.1 to ~=22.8 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/22.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/DEV_REQUIREMENTS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/DEV_REQUIREMENTS.txt b/requirements/DEV_REQUIREMENTS.txt index 80b2a18a..1a5dda72 100644 --- a/requirements/DEV_REQUIREMENTS.txt +++ b/requirements/DEV_REQUIREMENTS.txt @@ -1,5 +1,5 @@ black~=22.1 ; python_version >= '3.7' -black~=21.4b0 ; python_version == '3.6' +black~=22.8 ; python_version == '3.6' coveralls~=3.3 coverage[toml]~=6.1 isort~=5.10