From 978abf63c10d0f8ccdaab7cc95342319d3f21805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:33:11 +0000 Subject: [PATCH] Bump types-pygments from 2.19.0.20250107 to 2.19.0.20250305 Bumps [types-pygments](https://github.com/python/typeshed) from 2.19.0.20250107 to 2.19.0.20250305. - [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 9645f148dd3..d29fbf0a017 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,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.20250219", + "types-Pygments==2.19.0.20250305", "types-requests==2.32.0.20250301", # align with requests "types-urllib3==1.26.25.14", "pyright==1.1.396",