From 01c3baeb7d3f37289e5eafd095176b7389d8e371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:16:33 +0000 Subject: [PATCH] Bump pygments from 2.10.0 to 2.15.0 in /doc/python_api 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] --- doc/python_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python_api/requirements.txt b/doc/python_api/requirements.txt index 51440046430..baa39ebafd1 100644 --- a/doc/python_api/requirements.txt +++ b/doc/python_api/requirements.txt @@ -2,7 +2,7 @@ sphinx==4.1.1 # Sphinx dependencies that are important Jinja2==3.0.1 -Pygments==2.10.0 +Pygments==2.15.0 docutils==0.17.1 snowballstemmer==2.1.0 babel==2.9.1