From f5d435b60b008f97572508f57ac7d5f91c5d395d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:03:01 +0000 Subject: [PATCH] Bump types-pygments from 2.17.0.0 to 2.17.0.20240106 Bumps [types-pygments](https://github.com/python/typeshed) from 2.17.0.0 to 2.17.0.20240106. - [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 06cce7603..3a47a8de0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dev-mypy = [ "grpc-stubs == 1.24.12", # This dependency introduces breaking changes in patch releases "types-Markdown == 3.5.0.3", "types-PyYAML == 6.0.12.12", - "types-Pygments == 2.17.0.0", + "types-Pygments == 2.17.0.20240106", "types-colorama == 0.4.15.12", "types-protobuf == 4.24.0.4", "types-python-dateutil == 2.8.19.14",