From ffe7e468eba90a2f7636249677c335c73c8c719b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 06:52:50 +0000 Subject: [PATCH] chore(deps): update flake8 requirement in /bots/gsbot Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 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 899db76..ae86035 100644 --- a/bots/gsbot/requirements.txt +++ b/bots/gsbot/requirements.txt @@ -25,7 +25,7 @@ pytest-mock>=3.12.0 # Code Quality black>=25.11.0 -flake8>=6.1.0 +flake8>=7.3.0 mypy>=1.7.1 pylint>=3.3.9