From 7b0193a57927f768cb217ef8e1d66ceb7b511464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:24:49 +0000 Subject: [PATCH] build(deps): update pylint-per-file-ignores requirement Updates the requirements on [pylint-per-file-ignores](https://github.com/christopherpickering/pylint-per-file-ignores) to permit the latest version. - [Release notes](https://github.com/christopherpickering/pylint-per-file-ignores/releases) - [Changelog](https://github.com/christopherpickering/pylint-per-file-ignores/blob/master/.releaserc) - [Commits](https://github.com/christopherpickering/pylint-per-file-ignores/compare/v1.0.0...v1.3.2) --- updated-dependencies: - dependency-name: pylint-per-file-ignores dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e98d294..644070f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ lint = [ "flake8-bugbear", "isort", "pylint", - "pylint-per-file-ignores >= 1, <1.3", + "pylint-per-file-ignores >= 1.3.2, < 1.4", "pyupgrade", ] test = [