From ae7a1b9323c5bb84cee67ad1dafdae68e1b6dff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 13:26:49 +0000 Subject: [PATCH] build(deps): bump pygments from 2.9.0 to 2.15.0 in /python Bumps [pygments](https://github.com/pygments/pygments) from 2.9.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.9.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/tests/minreqs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/minreqs.txt b/python/tests/minreqs.txt index 979461be6b..daa086e99a 100644 --- a/python/tests/minreqs.txt +++ b/python/tests/minreqs.txt @@ -14,7 +14,7 @@ # Dependencies for the TUI addon (Required for successful linting) urwid==2.1.2 urwid-readline==0.13 -Pygments==2.9.0 +Pygments==2.15.0 # Dependencies for mkvenv distlib==0.3.6