From f9359d203252ff951821f6491b93bd025b52e8a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 06:53:07 +0000 Subject: [PATCH] chore(deps): update colorlog requirement in /bots/gsbot Updates the requirements on [colorlog](https://github.com/borntyping/python-colorlog) to permit the latest version. - [Release notes](https://github.com/borntyping/python-colorlog/releases) - [Commits](https://github.com/borntyping/python-colorlog/compare/v6.8.0...v6.10.1) --- updated-dependencies: - dependency-name: colorlog dependency-version: 6.10.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 cebf492..9137fa6 100644 --- a/bots/gsbot/requirements.txt +++ b/bots/gsbot/requirements.txt @@ -31,4 +31,4 @@ pylint>=3.3.9 # Utilities pyyaml>=6.0.1 -colorlog>=6.8.0 +colorlog>=6.10.1