From aa0da0a556cd1a0dde1a1d0eba9ca2e5be526d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 06:52:54 +0000 Subject: [PATCH] chore(deps): update black requirement in /bots/gsbot Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.12.1...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.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 cebf492..0fb9ba3 100644 --- a/bots/gsbot/requirements.txt +++ b/bots/gsbot/requirements.txt @@ -24,7 +24,7 @@ pytest-cov>=7.1.0 pytest-mock>=3.12.0 # Code Quality -black>=23.12.1 +black>=25.11.0 flake8>=6.1.0 mypy>=1.7.1 pylint>=3.3.9