From d5ab1bb80f6b9a294f21ee8b570c8791a498ee8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 06:01:42 +0000 Subject: [PATCH] Chore(deps): Update black requirement from <25 to <26 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/18.3a0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-release.txt b/requirements-release.txt index ec2e99b..7c67a56 100644 --- a/requirements-release.txt +++ b/requirements-release.txt @@ -1,6 +1,6 @@ bump2version<2 twine<7 keyring<26 -black<25 +black<26 isort<6 build<2