From 4eaecf78a140acdc4fa8b43be1dfd334686ed4dc Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sat, 6 Jan 2024 12:04:53 +0000 Subject: [PATCH 1/2] Pin black version --- environment.yml | 2 +- requirements/testing/all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 1487578a443b..e32d7bb71c4b 100644 --- a/environment.yml +++ b/environment.yml @@ -64,4 +64,4 @@ dependencies: - pytest-xdist - tornado - pytz - - black + - black~=23.0 diff --git a/requirements/testing/all.txt b/requirements/testing/all.txt index 173c5a4a9909..150b2b5f5717 100644 --- a/requirements/testing/all.txt +++ b/requirements/testing/all.txt @@ -1,6 +1,6 @@ # pip requirements for all the CI builds -black +black~=23.0 certifi coverage!=6.3 psutil From b7ccc5bd9689e24e0e0075e766bec1a49fc3d7bc Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sat, 6 Jan 2024 15:03:48 +0000 Subject: [PATCH 2/2] Pin max version --- environment.yml | 2 +- requirements/testing/all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index e32d7bb71c4b..9f06ab7ff143 100644 --- a/environment.yml +++ b/environment.yml @@ -64,4 +64,4 @@ dependencies: - pytest-xdist - tornado - pytz - - black~=23.0 + - black<24 diff --git a/requirements/testing/all.txt b/requirements/testing/all.txt index 150b2b5f5717..4ca786fcf73e 100644 --- a/requirements/testing/all.txt +++ b/requirements/testing/all.txt @@ -1,6 +1,6 @@ # pip requirements for all the CI builds -black~=23.0 +black<24 certifi coverage!=6.3 psutil