From f41115d7fe37f854b3b6a336ccab58e5bc8f9388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:22:19 +0000 Subject: [PATCH] Bump pylint from 3.3.8 to 4.0.0 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.8 to 4.0.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.8...v4.0.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index db4736b5..3c338432 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ ansible-lint==25.8.2 # via -r requirements.in ansible-runner==2.4.1 # via -r requirements.in -astroid==3.3.11 +astroid==4.0.1 # via pylint attrs==25.3.0 # via @@ -173,7 +173,7 @@ pyjwt[crypto]==2.10.1 # via # msal # pyjwt -pylint==3.3.8 +pylint==4.0.0 # via -r requirements.in pytest==8.4.2 # via