From a63576f34ae97f3001298d4b404e593e36b7c1bb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 18 Mar 2025 01:04:30 +0000
Subject: [PATCH] Update black requirement from <25.0,>=23.1 to >=23.1,<26.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/23.1.0...25.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 913e77de..d4413fb2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,7 +13,7 @@ psutil
 python-dotenv
 PyYAML
 docstring_parser==0.16
-black>=23.1,<25.0
+black>=23.1,<26.0
 ruff>=0.0.249,<0.4.5
 types-toml>=0.10.8.1
 types-pytz>=2023.3,<2026.0