From e0cf36744e47ec6c36497e9e59350ea7c6ac786f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 19:25:27 +0000 Subject: [PATCH] Bump black from 22.1.0 to 23.1.0 Bumps [black](https://github.com/psf/black) from 22.1.0 to 23.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.1.0...23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d36c2a..6d0613d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,6 @@ version = '0.1.0' [project.optional-dependencies] dev = [ - 'black==22.1.0', + 'black==23.1.0', 'mypy-extensions==0.4.3', ] diff --git a/requirements.txt b/requirements.txt index b7eba98..867527b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ amqp==5.1.1 asgiref==3.5.2 billiard==3.6.4.0 -black==22.1.0 +black==23.1.0 celery==5.2.3 certifi==2022.6.15 cffi==1.15.1