From 7ef9a2eeebc54634fec00b71cf40f0e8148a3529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 23:53:08 +0000 Subject: [PATCH] Update colorlog requirement from ~=6.7.0 to ~=6.8.2 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.7.0...v6.8.2) --- 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 f1b5f8e..7a06fe4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ graypy~=2.1.0 requests~=2.31.0 pymongo~=4.6.2 waitress~=2.1.2 -colorlog~=6.7.0 +colorlog~=6.8.2 bleach~=6.1.0 dnspython>=2.6.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file