From 031834d40fd20941630635409c426e6a77460019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 20:11:09 +0800 Subject: [PATCH] build(deps): bump pygments from 2.18.0 to 2.19.1 (#93) Bumps [pygments](https://github.com/pygments/pygments) from 2.18.0 to 2.19.1. - [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.18.0...2.19.1) --- updated-dependencies: - dependency-name: pygments 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> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1c653e2..a129bae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -929,13 +929,13 @@ files = [ [[package]] name = "pygments" -version = "2.18.0" +version = "2.19.1" description = "Pygments is a syntax highlighting package written in Python." optional = false python-versions = ">=3.8" files = [ - {file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"}, - {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"}, + {file = "pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c"}, + {file = "pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f"}, ] [package.extras] @@ -1298,4 +1298,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "38b50d1dee1810f4be0b5345efe3e1c66e6c12eb6b945f176b462e261b879524" +content-hash = "f189805e18bb517042af0444880efb65cb1a322f9eeb456b510c4fa1acc0b7ac" diff --git a/pyproject.toml b/pyproject.toml index afd0058..ef90db6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pycryptodome = "^3.21.0" ujson = "^5.10.0" requests = "^2.32.3" colorlog = "^6.9.0" -Pygments = "^2.18.0" +Pygments = "^2.19.1" xmltodict = "^0.14.2" pillow = "^10.4.0" mutagen = "^1.47.0"