From f8444acfa72b7aaa3b56d1e40b3792d37f7a15c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 22:55:37 +0100 Subject: [PATCH] Chore(deps): Bump colorlog from 6.8.2 to 6.9.0 (#1770) Bumps [colorlog](https://github.com/borntyping/python-colorlog) from 6.8.2 to 6.9.0. - [Release notes](https://github.com/borntyping/python-colorlog/releases) - [Commits](https://github.com/borntyping/python-colorlog/compare/v6.8.2...v6.9.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> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 16b9e89a..10799681 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "aiorun==2024.8.1", "aiosqlite==0.20.0", "certifi==2024.8.30", - "colorlog==6.8.2", + "colorlog==6.9.0", "cryptography==43.0.3", "eyeD3==0.9.7", "faust-cchardet>=2.1.18", diff --git a/requirements_all.txt b/requirements_all.txt index 38d877c2..d5f49d04 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -12,7 +12,7 @@ aiosqlite==0.20.0 async-upnp-client==0.41.0 bidict==0.23.1 certifi==2024.8.30 -colorlog==6.8.2 +colorlog==6.9.0 cryptography==43.0.3 deezer-python-async==0.3.0 defusedxml==0.7.1 -- 2.34.1