From 5aaead019cd37dbfd44094a0db774615adc6d591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 07:04:55 +0000 Subject: [PATCH] Bump black from 22.6 to 23.1.0 Bumps [black](https://github.com/psf/black) from 22.6 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.6.0...23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5729bb42d..7492b6757 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,4 +5,4 @@ flake8 django-debug-toolbar==3.7.0 django-extensions jupyter -black==22.6 +black==23.1.0 diff --git a/requirements-test.txt b/requirements-test.txt index 05967853c..c20c20c13 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,5 +4,5 @@ pytest>=4.6 pytest-django pytest-cov responses==0.21.0 -black==22.6 +black==23.1.0 openapi-spec-validator