From 48d39582460c09cd6fc4bb5a5c0c0c7afcefeb1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Fri, 15 Dec 2023 22:44:03 +0800 Subject: [PATCH] :arrow_up: Bump colorlog from 6.7.0 to 6.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b496f04..19f8a2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ ujson = "^5.9.0" Jinja2 = "^3.1.2" python-telegram-bot = { version = "^20.7", extras = ["ext", "rate-limiter"] } sqlmodel = "^0.0.14" -colorlog = "^6.7.0" +colorlog = "^6.8.0" fakeredis = "^2.19.0" redis = "^5.0.1" beautifulsoup4 = "^4.12.1"