From fbabb00d738d192fdb41dcf8f2cdb17ef997943e Mon Sep 17 00:00:00 2001 From: hauntsaninja <> Date: Tue, 26 Apr 2022 00:11:39 -0700 Subject: [PATCH 1/2] Upgrade black to fix CI --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9bdb4789..f557888d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ Cython~=0.29.13 # dev only tools. no need to add pyproject -black==22.1.0 +black==22.3.0 From 36c86d5d36e4bf514957c1fd85f333d078c33cb3 Mon Sep 17 00:00:00 2001 From: hauntsaninja <> Date: Wed, 27 Apr 2022 00:26:57 -0600 Subject: [PATCH 2/2] my grep skipped over .github initially --- .github/workflows/black.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index be137ae6..0a0a737d 100644 --- a/.github/workflows/black.yaml +++ b/.github/workflows/black.yaml @@ -21,5 +21,5 @@ jobs: - name: Black Code Formatter run: | - pip install black==22.1.0 + pip install black==22.3.0 black -S --diff --check msgpack/ test/ setup.py