From 3798da24a343a96cd93920dd4359dc6a6d0f2bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:02:33 +0000 Subject: [PATCH] Bump black from 23.12.1 to 24.3.0 in /server in the pip group Bumps the pip group in /server with 1 update: [black](https://github.com/psf/black). Updates `black` from 23.12.1 to 24.3.0 - [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.12.1...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development dependency-group: pip ... 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 5bfabd767..df2e6442e 100644 --- a/server/dev-requirements.txt +++ b/server/dev-requirements.txt @@ -1,6 +1,6 @@ -r requirements.txt -black==23.12.1 +black==24.3.0 pep8==1.7.1 flake8==7.1.1 pytest==8.3.3