From fb7d3c92dd07d63e6f02a2a2d0350cebdf356e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 05:02:34 -0700 Subject: [PATCH] Bump pygments from 2.7.4 to 2.15.0 (#66) Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 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.7.4...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_requirements.txt b/docs_requirements.txt index ef0e956..44993e5 100644 --- a/docs_requirements.txt +++ b/docs_requirements.txt @@ -1,6 +1,6 @@ Jinja2==2.11.3 PyYAML==5.4 -Pygments==2.7.4 +Pygments==2.15.0 Sphinx==1.2b1 cov-core==1.7 coverage==3.6