From abb4491ada05c4ee5e64a1f3eb7f89faa98c87df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 15:26:08 +0000 Subject: [PATCH] Bump pylint from 4.0.6 to 4.0.8 Bumps [pylint](https://github.com/pylint-dev/pylint) from 4.0.6 to 4.0.8. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.6...v4.0.8) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fa880c5..e995bb2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -627,14 +627,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "4.0.6" +version = "4.0.8" description = "python code static checker" optional = false python-versions = ">=3.10.0" groups = ["dev", "test"] files = [ - {file = "pylint-4.0.6-py3-none-any.whl", hash = "sha256:d11a0e1fdb7b1cd46ec5d6fc78fee8b95f28695b2d6140e5809925f61e32ea54"}, - {file = "pylint-4.0.6.tar.gz", hash = "sha256:52f19191bee08bf103f9705ad1a0ece4aa5a0a4ef2bdcbd969375a1e6f6579d5"}, + {file = "pylint-4.0.8-py3-none-any.whl", hash = "sha256:3341c08c0aabaa4adc71516de0969f3ba5c692b56c75af4dcb4d242823fbe363"}, + {file = "pylint-4.0.8.tar.gz", hash = "sha256:1c1b2128bde5ff5e966801413080b6384d42a5782718d528c906dbb6beab94ed"}, ] [package.dependencies] @@ -644,7 +644,7 @@ dill = [ {version = ">=0.3.6", markers = "python_version == \"3.11\""}, {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, ] -isort = ">=5,<5.13 || >5.13,<9" +isort = ">=5,<5.13 || >5.13,<10" mccabe = ">=0.6,<0.8" platformdirs = ">=2.2" tomlkit = ">=0.10.1" @@ -956,4 +956,4 @@ python-discovery = ">=1.4.2" [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "1e0edea72db8a3041ad5f330e8c5a238ad7f708e9fc2bc623a38b156b39c529f" +content-hash = "88df3b2a58efcefea12c98f704bd296db510de2fa83b9b0a619947e27fbb350f" diff --git a/pyproject.toml b/pyproject.toml index ed44157..3df7a77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ packages = [{include = "pam", from = "python-pam"}] [tool.poetry.group.dev.dependencies] pytest = "^9.1.1" pytest-cov = "^7.1.0" -pylint = "^4.0.6" +pylint = "^4.0.8" tox = "^4.0.0" bandit = "*" mypy = "*"