From e624f4225a8873e3bc3c7dc61ae07d582054c0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:25:57 +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 40dbb92..2d5c631 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 mypy~=1.14 pytest>=7.2 pytest-cov>=3.0