From 37a5265ce8921f03798f3e7c5df86c41dd2b9fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:48:24 -0500 Subject: [PATCH] Bump colorlog from 6.7.0 to 6.8.0 (#239) Bumps [colorlog](https://github.com/borntyping/python-colorlog) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/borntyping/python-colorlog/releases) - [Commits](https://github.com/borntyping/python-colorlog/compare/v6.7.0...v6.8.0) --- updated-dependencies: - dependency-name: colorlog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index adbb71c..fd14fe8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ aiohttp_cors==0.7.0 Pillow==10.1.0 pre-commit==3.5.0 sphinx==7.2.6 -colorlog==6.7.0 +colorlog==6.8.0 urllib3==2.1.0 furo==2023.9.10