build(deps): bump colorlog from 6.8.2 to 6.9.0

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-04 23:14:51 +00:00 committed by GitHub
parent 3533a72681
commit 0fd9fe1c3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -290,13 +290,13 @@ files = [
[[package]]
name = "colorlog"
version = "6.8.2"
version = "6.9.0"
description = "Add colours to the output of Python's logging module."
optional = false
python-versions = ">=3.6"
files = [
{file = "colorlog-6.8.2-py3-none-any.whl", hash = "sha256:4dcbb62368e2800cb3c5abd348da7e53f6c362dda502ec27c560b2e58a66bd33"},
{file = "colorlog-6.8.2.tar.gz", hash = "sha256:3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44"},
{file = "colorlog-6.9.0-py3-none-any.whl", hash = "sha256:5906e71acd67cb07a71e779c47c4bcb45fb8c2993eebe9e5adcd6a6f1b283eff"},
{file = "colorlog-6.9.0.tar.gz", hash = "sha256:bfba54a1b93b94f54e1f4fe48395725a3d92fd2a4af702f6bd70946bdc0c6ac2"},
]
[package.dependencies]
@ -999,4 +999,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "e5d1a4506b9812bef4defe730511baa2db43387e85ec89c5bb886c052a6cd097"
content-hash = "b1bd9db15b187f7bff459718af7e33854f55995b91e6075e108bc2217a97f50a"

View File

@ -13,7 +13,7 @@ aiohttp = "^3.10.10"
pycryptodome = "^3.21.0"
ujson = "^5.10.0"
requests = "^2.32.3"
colorlog = "^6.8.2"
colorlog = "^6.9.0"
Pygments = "^2.18.0"
xmltodict = "^0.14.2"
pillow = "^10.4.0"