From 480db6aba01d330a2c672b678cbd11dcdd5e2bae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 19:08:15 +0000 Subject: [PATCH] Bump black from 22.1.0 to 22.12.0 Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.12.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...22.12.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... 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..2619dc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,6 @@ version = '0.1.0' [project.optional-dependencies] dev = [ - 'black==22.1.0', + 'black==22.12.0', 'mypy-extensions==0.4.3', ] diff --git a/requirements.txt b/requirements.txt index b7eba98..5678f8e 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==22.12.0 celery==5.2.3 certifi==2022.6.15 cffi==1.15.1