From 979cc3108b224d04d4a2c8ddbbc3540e24161145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 02:50:28 +0000 Subject: [PATCH] build(deps-dev): update black requirement from ~=22.6.0 to ~=22.8.0 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/compare/22.6.0...22.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8535022e..f3410db5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,7 +11,7 @@ mypy~=0.971 types-requests~=2.28.9 types-python-dateutil~=2.8.19 flake8~=5.0.4 -black~=22.6.0 +black~=22.8.0 codespell~=2.2.1 jsonschema~=4.6.0