build(deps): bump pygments from 2.17.2 to 2.18.0

Bumps [pygments](https://github.com/pygments/pygments) from 2.17.2 to 2.18.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.17.2...2.18.0)

---
updated-dependencies:
- dependency-name: pygments
  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-05-06 23:16:05 +00:00 committed by GitHub
parent f93a888259
commit f2e3f8335b
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]] [[package]]
name = "pygments" name = "pygments"
version = "2.17.2" version = "2.18.0"
description = "Pygments is a syntax highlighting package written in Python." description = "Pygments is a syntax highlighting package written in Python."
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ files = [
{file = "pygments-2.17.2-py3-none-any.whl", hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"}, {file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"},
{file = "pygments-2.17.2.tar.gz", hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"}, {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"},
] ]
[package.extras] [package.extras]
plugins = ["importlib-metadata"]
windows-terminal = ["colorama (>=0.4.6)"] windows-terminal = ["colorama (>=0.4.6)"]
[[package]] [[package]]
@ -947,4 +946,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "af33cca9111a75ae5c67fb06a84d951aab96e102a73e7d91b2348254539eac4f" content-hash = "3102532bcd4491330717ae71f84a1ec033013e4460d74a94a49e059cce732be8"

View File

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