From 1ae81cb95be73da50317b70b18b45b4f693fc238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:04:21 +0000 Subject: [PATCH] chore(deps-dev): bump pygments from 2.18.0 to 2.19.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.18.0 to 2.19.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.18.0...2.19.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 795deaba..d85ed666 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1408,13 +1408,13 @@ files = [ [[package]] name = "pygments" -version = "2.18.0" +version = "2.19.0" 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.0-py3-none-any.whl", hash = "sha256:4755e6e64d22161d5b61432c0600c923c5927214e7c956e31c23923c89251a9b"}, + {file = "pygments-2.19.0.tar.gz", hash = "sha256:afc4146269910d4bdfabcd27c24923137a74d562a23a320a41a55ad303e19783"}, ] [package.extras] @@ -2083,4 +2083,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8.17" -content-hash = "fc7a8648e2e0efca1e78d85e0c272a54cbfbc200b53ded8f406ebb6057637ea9" +content-hash = "754cb1314dd95ef595614076050e249a0799621a37be7c962411b3e267c05be4" diff --git a/pyproject.toml b/pyproject.toml index 0def57b8..3a822f9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ Sphinx = "^7.1.2" furo = "^2024.8.6" sphinx-argparse = "^0.4.0" coverage = {version = "^7.6", extras = ["toml"]} -pygments = "^2.18.0" +pygments = "^2.19.0" pytest = "^8.3.4" typeguard = "^4.4.0" xdoctest = {version = "^1.2.0", extras = ["colors"]}