From 3e6dd561e06c8f6e1edbd1c8c1a783571da5551f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:43:56 +0000 Subject: [PATCH] build(deps): update colorlog requirement from >=6.9.0 to >=6.10.1 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.9.0...v6.10.1) --- updated-dependencies: - dependency-name: colorlog dependency-version: 6.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f2b98db..b50c20d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ Flask>=3.1.2 Flask-HTTPAuth>=4.8.1 Flask-Babel>=4.0.0 psutil>=7.1.0 -colorlog>=6.9.0 +colorlog>=6.10.1