From 42a711202e990ebf07a23b85f1afeabf9c642aec Mon Sep 17 00:00:00 2001 From: Konstantin Novichikhin Date: Fri, 22 Mar 2024 22:22:52 -0400 Subject: [PATCH] Bump black from 23.3.0 to 24.3.0 Fix for CVE-2024-21503 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 81b627f..3e0bfbd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -black == 23.3.0 +black == 24.3.0 flake8 pytest >= 6.0 # Min to support pyproject.toml pytest-cov