From 842b93041451e966f360c02bbefa406752647cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 22:22:00 +0100 Subject: [PATCH] Chore(deps): Bump colorlog from 6.9.0 to 6.10.1 (#2560) Bumps [colorlog](https://github.com/borntyping/python-colorlog) from 6.9.0 to 6.10.1. - [Release notes](https://github.com/borntyping/python-colorlog/releases) - [Commits](https://github.com/borntyping/python-colorlog/compare/v6.9.0...v6.10.1) --- updated-dependencies: - dependency-name: colorlog dependency-version: 6.10.1 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 36c23e61..230c8fb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "aiorun==2025.1.1", "aiosqlite==0.21.0", "certifi==2025.10.5", - "colorlog==6.9.0", + "colorlog==6.10.1", "cryptography==46.0.3", "chardet>=5.2.0", "ifaddr==0.2.0", diff --git a/requirements_all.txt b/requirements_all.txt index 2867ecdf..a95292d2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -20,7 +20,7 @@ audible==0.10.0 bidict==0.23.1 certifi==2025.10.5 chardet>=5.2.0 -colorlog==6.9.0 +colorlog==6.10.1 cryptography==46.0.3 deezer-python-async==0.3.0 defusedxml==0.7.1 -- 2.34.1