Merge pull request #53 from MeoProject/dependabot/pip/pygments-2.18.0

This commit is contained in:
dependabot[bot] 2024-05-12 08:50:24 +00:00 committed by GitHub
commit 2dbb84ff28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

11
poetry.lock generated
View File

@ -628,17 +628,16 @@ files = [
[[package]]
name = "pygments"
version = "2.17.2"
version = "2.18.0"
description = "Pygments is a syntax highlighting package written in Python."
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "pygments-2.17.2-py3-none-any.whl", hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"},
{file = "pygments-2.17.2.tar.gz", hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"},
{file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"},
{file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"},
]
[package.extras]
plugins = ["importlib-metadata"]
windows-terminal = ["colorama (>=0.4.6)"]
[[package]]
@ -947,4 +946,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "af33cca9111a75ae5c67fb06a84d951aab96e102a73e7d91b2348254539eac4f"
content-hash = "3102532bcd4491330717ae71f84a1ec033013e4460d74a94a49e059cce732be8"

View File

@ -14,7 +14,7 @@ pycryptodome = "^3.20.0"
ujson = "^5.9.0"
requests = "^2.31.0"
colorlog = "^6.8.2"
Pygments = "^2.17.2"
Pygments = "^2.18.0"
xmltodict = "^0.13.0"
pillow = "^10.3.0"
mutagen = "^1.47.0"