From 52e016535bb819b274034884d3966c1af9992b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 04:42:15 +0000 Subject: [PATCH] Bump pygments from 2.18.0 to 2.19.1 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 53dc52a..509230f 100644 --- a/Pipfile +++ b/Pipfile @@ -15,6 +15,6 @@ python-daemon = "==3.1.2" restructuredtext-lint = "==1.4.0" mypy = "==1.14.1" black = {version = "==24.10.0", markers="python_version >= '3.8'"} -pygments = "==2.18.0" +pygments = "==2.19.1" tbump = "==6.11.0" ruff = "==0.8.6"