From 1d81481d5bd026a9128b6a24eda7ebc2de8b897b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 13:14:45 +0000 Subject: [PATCH] Bump pygments from 2.7.4 to 2.15.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 094e02a..e24f242 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ colorama>=0.3.7 # note: on windows click requires colorama too http://click.poco pyparsing>=2.1.10 jinja2>=3.1.2 # for gendocs jinja2-time>=0.2.0 # for gendocs -pygments==2.7.4 # for gendocs +pygments==2.15.0 # for gendocs # readline==6.2.4.1 # optional, for shell autocomplete