From 716dcad2740f2a0a1271d44a6ff46d7888ace61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:20:18 +0000 Subject: [PATCH] Bump pygments from 2.10.0 to 2.15.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.10.0 to 2.15.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.10.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b122e3e..52eb497 100644 --- a/Pipfile +++ b/Pipfile @@ -107,7 +107,7 @@ py-zipkin = "==0.20.2" pyarrow = "==6.0.1" pycparser = "==2.21" pydeck = "==0.7.1" -pygments = "==2.10.0" +pygments = "==2.15.0" pympler = "==1.0" pyparsing = "==3.0.6" pyrsistent = "==0.18.0"