Merge pull request #82 from MeoProject/dependabot/pip/colorlog-6.9.0

This commit is contained in:
dependabot[bot] 2024-11-05 10:31:32 +00:00 committed by GitHub
commit 92a69f048d
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]] [[package]]
name = "colorlog" name = "colorlog"
version = "6.8.2" version = "6.9.0"
description = "Add colours to the output of Python's logging module." description = "Add colours to the output of Python's logging module."
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
{file = "colorlog-6.8.2-py3-none-any.whl", hash = "sha256:4dcbb62368e2800cb3c5abd348da7e53f6c362dda502ec27c560b2e58a66bd33"}, {file = "colorlog-6.9.0-py3-none-any.whl", hash = "sha256:5906e71acd67cb07a71e779c47c4bcb45fb8c2993eebe9e5adcd6a6f1b283eff"},
{file = "colorlog-6.8.2.tar.gz", hash = "sha256:3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44"}, {file = "colorlog-6.9.0.tar.gz", hash = "sha256:bfba54a1b93b94f54e1f4fe48395725a3d92fd2a4af702f6bd70946bdc0c6ac2"},
] ]
[package.dependencies] [package.dependencies]
@ -999,4 +999,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "e5d1a4506b9812bef4defe730511baa2db43387e85ec89c5bb886c052a6cd097" content-hash = "b1bd9db15b187f7bff459718af7e33854f55995b91e6075e108bc2217a97f50a"

View File

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