From f0b255712a0d64b5d468974a11d7ff66322f95df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 21:37:18 +0000 Subject: [PATCH] :arrow_up: Bump pygments from 2.12.0 to 2.15.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.12.0 to 2.15.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.12.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 ++++++++----- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index dfc3ef2..7183f32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -637,15 +637,18 @@ files = [ [[package]] name = "pygments" -version = "2.12.0" +version = "2.15.0" description = "Pygments is a syntax highlighting package written in Python." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "Pygments-2.12.0-py3-none-any.whl", hash = "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519"}, - {file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"}, + {file = "Pygments-2.15.0-py3-none-any.whl", hash = "sha256:77a3299119af881904cd5ecd1ac6a66214b6e9bed1f2db16993b54adede64094"}, + {file = "Pygments-2.15.0.tar.gz", hash = "sha256:f7e36cffc4c517fbc252861b9a6e4644ca0e5abadf9a113c72d1358ad09b9500"}, ] +[package.extras] +plugins = ["importlib-metadata"] + [[package]] name = "pyparsing" version = "3.0.9" @@ -952,4 +955,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "75c1b83a286d1aec5c0b53fe4503a4713f91eeb173f7933be5caecb482c87fa9" +content-hash = "c4be97907b48eba5cf19a7a3527cdd4a1519f302519e070f9a152d4c8b8eb256" diff --git a/pyproject.toml b/pyproject.toml index 7c1a338..f9bb885 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ chardet = "4.0.0" click = "8.0.1" commonmark = "0.9.1" idna = "2.10" -Pygments = "2.12.0" +Pygments = "2.15.0" PyYAML = "6.0" requests = "2.31.0" rich = "12.4.1"