From 039582d12728628c1973896788943f386e252b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:01:40 +0000 Subject: [PATCH] Bump pylint from 3.3.6 to 3.3.8 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.6 to 3.3.8. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.6...v3.3.8) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cab201a..8ad8e2c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ isort==6.0.1 flake8==7.2.0 flake8-bandit==4.1.1 flake8-quotes==3.4.0 -pylint==3.3.6 +pylint==3.3.8 mypy==1.15.0 types-requests==2.32.0.20250328 coverage==7.8.0