From a6ce638ebac589012ebc0729bdac41a52f700fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:49:52 +0000 Subject: [PATCH] Update colorlog requirement from ~=6.8 to ~=6.9 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.9.0) --- updated-dependencies: - dependency-name: colorlog dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 0f3b127..f2cbf6a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ -r requirements.txt async-timeout asynctest~=0.13 -colorlog~=6.8 +colorlog~=6.9 flake8~=7.1 flake8-docstrings~=1.7 mypy~=1.11