From f31a44ada991c896e98fba50f7fc2d3c79749b60 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Wed, 10 Apr 2024 12:57:31 -0700 Subject: [PATCH] [doc] update black version from 20.8b1 to 24.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 889fe9159..502bfc8e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ pyverilog # Python linter and formatter click==8.0.2 # Our version of black needs an older version of click (https://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click) -black==20.8b1 +black==24.3.0 pylint==2.7.4