From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:05:41 +0000 (+0100) Subject: Bump colorlog from 6.8.0 to 6.8.2 (#1049) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=1acda3aa470b8a8299ff2a702b6619082013f2d6;p=music-assistant-server.git Bump colorlog from 6.8.0 to 6.8.2 (#1049) Bumps [colorlog](https://github.com/borntyping/python-colorlog) from 6.8.0 to 6.8.2. - [Release notes](https://github.com/borntyping/python-colorlog/releases) - [Commits](https://github.com/borntyping/python-colorlog/compare/v6.8.0...v6.8.2) --- updated-dependencies: - dependency-name: colorlog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index 2ec175ef..bbc0720d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ server = [ "asyncio-throttle==1.0.2", "aiofiles==23.2.1", "aiorun==2023.7.2", - "colorlog==6.8.0", + "colorlog==6.8.2", "aiosqlite==0.19.0", "python-slugify==8.0.1", "mashumaro==3.12", diff --git a/requirements_all.txt b/requirements_all.txt index 5c4ffa59..eab80cc4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -9,7 +9,7 @@ aioslimproto==2.3.3 aiosqlite==0.19.0 async-upnp-client==0.38.1 asyncio-throttle==1.0.2 -colorlog==6.8.0 +colorlog==6.8.2 cryptography==41.0.7 defusedxml==0.7.1 faust-cchardet>=2.1.18