From e640fdfa2349b1c76fc418a9e3affce1b9e125d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 22:20:26 +0100 Subject: [PATCH] Bump install-pinned/reorder_python_imports (#5842) Bumps [install-pinned/reorder_python_imports](https://github.com/install-pinned/reorder_python_imports) from 7365755886d8ef6679e1b77457975a8698842af6 to 515035fd9eb355713f61dee238b17a04ce01f4d2. - [Release notes](https://github.com/install-pinned/reorder_python_imports/releases) - [Commits](https://github.com/install-pinned/reorder_python_imports/compare/7365755886d8ef6679e1b77457975a8698842af6...515035fd9eb355713f61dee238b17a04ce01f4d2) --- updated-dependencies: - dependency-name: install-pinned/reorder_python_imports dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 9f580113f..234c859b8 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -22,7 +22,7 @@ jobs: export GLOBIGNORE='mitmproxy/contrib/**' pyupgrade --exit-zero-even-if-changed --keep-runtime-typing --py39-plus **/*.py - - uses: install-pinned/reorder_python_imports@7365755886d8ef6679e1b77457975a8698842af6 + - uses: install-pinned/reorder_python_imports@515035fd9eb355713f61dee238b17a04ce01f4d2 - name: Run reorder-python-imports run: | shopt -s globstar