From 98394f337a81f9029879ac28492faeda5b847414 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 1 Apr 2022 18:34:29 +0200 Subject: [PATCH] chore(python_notebooks): update dependency black to v22 (#1396) --- .../.github/workflows/linter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/python_notebooks_testing_pipeline/.github/workflows/linter/requirements.txt b/synthtool/gcp/templates/python_notebooks_testing_pipeline/.github/workflows/linter/requirements.txt index 271a44c80..782e29ab7 100644 --- a/synthtool/gcp/templates/python_notebooks_testing_pipeline/.github/workflows/linter/requirements.txt +++ b/synthtool/gcp/templates/python_notebooks_testing_pipeline/.github/workflows/linter/requirements.txt @@ -2,7 +2,7 @@ git+https://github.com/tensorflow/docs ipython jupyter nbconvert -black==21.8b0 +black==22.3.0 pyupgrade==2.7.3 isort==5.10.1 flake8==4.0.1