From 70d844fb6bfc6d4246e316cf1fe908a7e7e1561f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 05:30:22 +0000 Subject: [PATCH] Update black requirement from <24,>=23 to >=23,<25 in /server 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.1a1...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- server/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/dev-requirements.txt b/server/dev-requirements.txt index 2d366cc..cd7da5e 100644 --- a/server/dev-requirements.txt +++ b/server/dev-requirements.txt @@ -1,6 +1,6 @@ -r requirements.txt -black>=23,<24 +black>=23,<25 flake8 sphinx sphinx-autobuild