From 6bca8712846fce98896103c5b7ac3b06c8d0cef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:31:19 +0000 Subject: [PATCH] Bump pygments from 2.9.0 to 2.15.0 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] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 68d231608..c41df2a21 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ mkdocs-material==7.1.8 mkdocs==1.2.1 packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' prompt-toolkit==3.0.18 -pygments==2.9.0 +pygments==2.15.0 pymdown-extensions==8.2; python_version >= '3.6' pyparsing==3.0.0b2; python_version >= '3.5' python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' diff --git a/requirements.txt b/requirements.txt index 720f2dfcb..4a536b3b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ mkdocs-material==8.2.9 mkdocs==1.3.0 packaging==21.3; python_version >= '3.6' prompt-toolkit==3.0.29 -pygments==2.11.2 +pygments==2.15.0 pymdown-extensions==9.3; python_version >= '3.7' pyparsing==3.0.8; python_full_version >= '3.6.8' python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'