From be77467e1f5c3c1cec6b02b828d0adc8d547ed37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:31:34 +0000 Subject: [PATCH] Update types-pygments requirement from ~=2.15.0.0 to ~=2.18.0.20240506 --- updated-dependencies: - dependency-name: types-pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1f2c7671..a502b8425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ test = [ "pytest-randomly ~= 3.15.0", ] typing = [ - "types-Pygments ~= 2.15.0.0", + "types-Pygments ~= 2.18.0.20240506", "types-PyYAML ~= 6.0.12.9", "types-regex ~= 2024.4.16.20240423", "types-requests ~= 2.32.0.20240622",