From d522a979070c59dca0f199e58598f206277cbd84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 16:28:37 +0000 Subject: [PATCH] fix(deps): update black requirement from ^24.3.0 to ^25.9.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/24.3.0...25.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.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 c4368cf..23ac23d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pre-commit = "^4.0.0" pylint="^3.3.0" isort = "^5.12.0" toml="^0.10.0" -black="^24.3.0" +black="^25.9.0" pytest = "^8.3.1" httpx = "^0.28.1" pytest-cov = "^6.0.0"