From d7f36590c0b176f27f1344df0e0d186260b3f36e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:58:02 +0000 Subject: [PATCH] Bump isort/isort-action from 1.1.0 to 1.1.1 Bumps [isort/isort-action](https://github.com/isort/isort-action) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/isort/isort-action/releases) - [Changelog](https://github.com/isort/isort-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/isort/isort-action/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: isort/isort-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebed69f7..36ec6b65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,6 @@ jobs: with: src: pyscope jupyter: true - - uses: isort/isort-action@v1.1.0 + - uses: isort/isort-action@v1.1.1 with: configuration: profile=black