From e54f96bf6859384563515d7bd116ee37dc575a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 05:50:10 +0000 Subject: [PATCH] Update colorlog requirement from ~=6.8.2 to ~=6.9.0 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.2...v6.9.0) --- updated-dependencies: - dependency-name: colorlog 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 34278e8..80b3079 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests~=2.32.3 psutil~=6.1.0 DateTime~=5.5 -colorlog~=6.8.2 +colorlog~=6.9.0 pathlib~=1.0.1 \ No newline at end of file