From 9c7ff31df756359e48d3a7a74e339ce12b2fdbe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 22:56:51 +0000 Subject: [PATCH 1/2] Bump isort from 6.0.0 to 6.0.1 Bumps [isort](https://github.com/PyCQA/isort) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/6.0.0...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76dbd46..c767239 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ lint = [ "bandit==1.8.3", "black==25.1.0", "flake8==7.1.2", - "isort==6.0.0", + "isort==6.0.1", "pydocstyle[toml]==6.3.0", ] dramatiq = [ From 677c016e5f108ce5ac74a35daef052427365fb7f Mon Sep 17 00:00:00 2001 From: Johannes Maron Date: Thu, 27 Feb 2025 10:11:01 +0100 Subject: [PATCH 2/2] Skip version file --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c767239..f5dfe70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,6 +98,7 @@ known_first_party = "pictures, tests" include_trailing_comma = true default_section = "THIRDPARTY" combine_as_imports = true +skip = ["pictures/_version.py"] [tool.pydocstyle] add_ignore = "D1"