From 950f566370435990c933bef88d3712b7921e460b Mon Sep 17 00:00:00 2001 From: Leon Derczynski Date: Thu, 16 May 2024 13:51:27 +0200 Subject: [PATCH] bump & fix black version (#686) --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e8af7f92..5dad3a875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ tests = [ "requests-mock==1.12.1", ] lint = [ - "black>=22.3", + "black==24.4.2", "pylint>=3.1.0", ] diff --git a/requirements.txt b/requirements.txt index a18838d1e..281411410 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,5 +32,5 @@ jsonpath-ng>=1.6.1 pytest>=8.0 requests-mock==1.12.1 # lint -black>=22.3 +black==24.4.2 pylint>=3.1.0 \ No newline at end of file