From db38a5fce013f488f75f5235eee01ab605ad6b1c Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 24 Jan 2022 19:45:30 +0100 Subject: [PATCH] chore(deps): update dependency isort to v5.10.1 (#1255) Co-authored-by: Jeffrey Rennie --- .../.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 a95ab497e..e28babfe7 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 @@ -4,6 +4,6 @@ jupyter nbconvert black==21.8b0 pyupgrade==2.7.3 -isort==5.6.4 +isort==5.10.1 flake8==4.0.1 nbqa==1.1.0 \ No newline at end of file