diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml
index e457066c6c0..1f8888885a1 100644
--- a/.github/workflows/static_checks.yml
+++ b/.github/workflows/static_checks.yml
@@ -27,7 +27,7 @@ jobs:
           sudo apt-get install -qq dos2unix recode clang-format-13
           sudo update-alternatives --remove-all clang-format
           sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-13 100
-          sudo pip3 install black==20.8b1 pygments
+          sudo pip3 install black==21.10b0 pygments
 
       - name: File formatting checks (file_format.sh)
         run: |