From f22396f30de977215f722baa48f75fbee03422b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 22:14:06 +0000 Subject: [PATCH] Bump pylint-per-file-ignores from 3.1.0 to 3.2.0 Bumps [pylint-per-file-ignores](https://github.com/SAP/pylint-per-file-ignores) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/SAP/pylint-per-file-ignores/releases) - [Changelog](https://github.com/SAP/pylint-per-file-ignores/blob/main/CHANGELOG.md) - [Commits](https://github.com/SAP/pylint-per-file-ignores/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: pylint-per-file-ignores dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7bef75..a8c6a8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ lint = [ "isort==7.0.0; python_version > '3.9'", "mypy==1.19.1", "pylint-per-file-ignores==2.0.3; python_version < '3.10'", - "pylint-per-file-ignores==3.1.0; python_version > '3.9'", + "pylint-per-file-ignores==3.2.0; python_version > '3.9'", "pylint==3.3.9; python_version < '3.10'", "pylint==4.0.2; python_version > '3.9'", ]