From 0cbf5f77b829b1eac39e110ba9b201506ffd974a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 19:15:29 +0000 Subject: [PATCH] build(deps-dev): bump black from 22.3.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 22.3.0 to 26.3.1. - [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.3.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 74676c9..66cdaa7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ pytest==7.1.2 requests-mock~=1.8.0 -black==22.3.0 +black==26.3.1 flake8==3.8.4 isort==5.6.4 pylint==2.15.0