From 9a48de9e6529659208f00e08cebd3b7b340e3881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 01:01:53 +0000 Subject: [PATCH] build(deps-dev): update black requirement from ~=22.10 to ~=22.12 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.10.0...22.12.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 f61393b..1f7ecf4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -black~=22.10 +black~=22.12 coverage[toml]~=6.5 flake8~=6.0 ipython~=8.6