From d3c3b50a6926929f3efb962088ccfafa757ce4b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 04:57:30 +0000 Subject: [PATCH] Bump types-pygments from 2.19.0.20250107 to 2.19.0.20250219 Bumps [types-pygments](https://github.com/python/typeshed) from 2.19.0.20250107 to 2.19.0.20250219. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pygments dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e9f6c70041..e2ace26e378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ lint = [ "types-defusedxml==0.7.0.20240218", "types-docutils==0.21.0.20241128", "types-Pillow==10.2.0.20240822", - "types-Pygments==2.19.0.20250107", + "types-Pygments==2.19.0.20250219", "types-requests==2.32.0.20241016", # align with requests "types-urllib3==1.26.25.14", "pyright==1.1.394",