From 3dfecb1e2d8f24f431234592811fdf68ee84e444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 06:52:58 +0000 Subject: [PATCH] chore(deps): update pylint requirement in /bots/gsbot Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v3.3.9) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bots/gsbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/gsbot/requirements.txt b/bots/gsbot/requirements.txt index c085b43..8afc750 100644 --- a/bots/gsbot/requirements.txt +++ b/bots/gsbot/requirements.txt @@ -27,7 +27,7 @@ pytest-mock>=3.12.0 black>=23.12.1 flake8>=6.1.0 mypy>=1.7.1 -pylint>=3.0.3 +pylint>=3.3.9 # Utilities pyyaml>=6.0.1