From d9e1703347ab45ffe180fa0cb72b67b0abecbb58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 12:59:54 +0000 Subject: [PATCH] chore(deps): update mypy requirement in /bots/gsbot Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 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 3d890f9..7bdb57c 100644 --- a/bots/gsbot/requirements.txt +++ b/bots/gsbot/requirements.txt @@ -26,7 +26,7 @@ pytest-mock>=3.15.1 # Code Quality black>=25.11.0 flake8>=7.3.0 -mypy>=1.7.1 +mypy>=1.19.1 pylint>=3.3.9 # Utilities