From 2081ee15e1b74184d0826820200440c541bdba7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:16:44 +0000 Subject: [PATCH] Update black requirement from <25.0.0,>=22.10.0 to >=22.10.0,<26.0.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/22.10.0...25.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test-requirements.txt b/src/test-requirements.txt index f1e789f..da1ed32 100644 --- a/src/test-requirements.txt +++ b/src/test-requirements.txt @@ -1,4 +1,4 @@ httpx>=0.23.0,<0.30.0 -black>=22.10.0,<25.0.0 +black>=22.10.0,<26.0.0 pytest>=7.2.2,<9.0.0 pytest-cov>=4.0.0,<6.1.0 \ No newline at end of file