From c90a221f6864ae686c29a31f0ae1fbe03d64eb05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:08:43 +0000 Subject: [PATCH] Bump pylint from 3.3.7 to 4.0.4 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.7 to 4.0.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.7...v4.0.4) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e836a4e..782bf05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "argparse==1.4.0", "beautifulsoup4==4.14.3", "halo==0.0.31", - "pylint==3.3.7", + "pylint==4.0.4", "setuptools==80.9.0" ] diff --git a/requirements.txt b/requirements.txt index c94da63..647ef4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.32.5 argparse==1.4.0 beautifulsoup4==4.14.3 halo==0.0.31 -pylint==3.3.7 +pylint==4.0.4 setuptools==80.9.0