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