From 76c4e9173e8d9681b368cec4ad04f5ef2e354940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 05:05:02 +0000 Subject: [PATCH] Bump types-pygments to 2.19.0.20250107 (#13219) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac44ab788..131a0a083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ lint = [ "types-defusedxml==0.7.0.20240218", "types-docutils==0.21.0.20241128", "types-Pillow==10.2.0.20240822", - "types-Pygments==2.18.0.20240506", + "types-Pygments==2.19.0.20250107", "types-requests==2.32.0.20241016", # align with requests "types-urllib3==1.26.25.14", "pyright==1.1.391",