From 87a46254fff308f6958ab9341a43dd4cf6a67d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 00:46:12 +0000 Subject: [PATCH] Bump pygments from 2.12.0 to 2.15.0 in /src/Python Bumps [pygments](https://github.com/pygments/pygments) from 2.12.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.12.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Python/requirements.txt b/src/Python/requirements.txt index b43a11e295..8a68a8b50a 100644 --- a/src/Python/requirements.txt +++ b/src/Python/requirements.txt @@ -5,7 +5,7 @@ nbconvert==7.0.0 notebook==6.5.2 numpy==1.22.0 pytest==7.2.0 -pygments==2.12.0 # to avoid high-severity issue. +pygments==2.15.0 # to avoid high-severity issue. pyzmq==25.0.0 qutip==4.7.2 selenium==4.2.0