From: Marcel van der Veldt Date: Fri, 10 Mar 2023 20:28:35 +0000 (+0100) Subject: give coloredlogs a version number X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=9c659b4df874497fd9d8d86e99a71adf083879a5;p=music-assistant-server.git give coloredlogs a version number --- diff --git a/pyproject.toml b/pyproject.toml index 56bad92e..199665e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ "aiohttp", - "coloredlogs", + "coloredlogs>=15.0.1", "orjson", "mashumaro>=3.5" ]