From 4dc89977f3dea3a0869f4c06c3b615d44ac4b221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 04:43:00 +0000 Subject: [PATCH] Update black requirement from ^25.1 to ^26.1 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/25.1.0...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a910bfd..d9c53aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ tenacity = ">=8.1,<10.0" [tool.poetry.dev-dependencies] -black = "^25.1" +black = "^26.1" isort = "^6.0.0" pylint = "^3.2" pytest = "^8.2"