From b410802b0361802d813065835de682abf83c6f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 03:02:22 +0000 Subject: [PATCH] Bump black from 22.12.0 to 25.9.0 Bumps [black](https://github.com/psf/black) from 22.12.0 to 25.9.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.12.0...25.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 328eaae..fd9521e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile --no-emit-options --output-file=requirements-dev.txt requirements-dev.in # -black==22.12.0 +black==25.9.0 # via -r requirements-dev.in build==1.1.1 # via pip-tools @@ -28,6 +28,7 @@ mypy-extensions==1.0.0 # mypy packaging==23.0 # via + # black # build # pytest pathspec==0.10.3 @@ -54,6 +55,8 @@ pytest==8.4.1 # pytest-asyncio pytest-asyncio==1.1.0 # via -r requirements-dev.in +pytokens==0.1.10 + # via black ruff==0.4.7 # via -r requirements-dev.in types-pyopenssl==23.0.0.2