From b248707817d1668b8c77cfe374957b6988fb5dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 08:18:40 +0000 Subject: [PATCH] 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 ab43cdb..0cbf4e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ configparser~=7.2.0 psutil~=6.1.1 requests~=2.32.5 DateTime~=6.0 -colorlog~=6.9.0 +colorlog~=6.10.1 aiofiles~=24.1.0 joblib~=1.5.3 numpy~=2.2.3