From ef0b6b3a8fe99267ed76146dfd5479abc8eca62f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 12:52:15 +0000 Subject: [PATCH] build(deps): 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cac7e32..5d9a254 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "PyGithub==1.58.2", "markdown==3.2.1", "pymdown-extensions==6.3", - "pygments==2.7.4", + "pygments==2.15.0", "mdx_truly_sane_lists==1.2", "docutils==0.14", "pydash",