From 5b2ee22a68a86e51a4e38f3af856f8d05d50bc84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 13:56:57 +0000 Subject: [PATCH] pip(deps): update black requirement from ~=22.1 to ~=23.1a1 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: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 ff176e24..11e7697d 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~=23.1a1 ; python_version == '3.6' coveralls~=3.3 coverage[toml]~=6.1 isort~=5.10