From 9b2e55517d2784bd1e86b48e064f2f1f6f7ceb27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 08:59:16 +0000 Subject: [PATCH] pip(deps): update black requirement from ~=22.1 to ~=23.3 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/23.3.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 ff176e24..6b19c7fa 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.3 ; python_version == '3.6' coveralls~=3.3 coverage[toml]~=6.1 isort~=5.10