From 09dc51b268ca07b5767163030fcbee70359df1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:15:51 +0000 Subject: [PATCH] Update pygments requirement from ~=2.17.1 to ~=2.17.2 Updates the requirements on [pygments](https://github.com/pygments/pygments) to permit the latest version. - [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.17.1...2.17.2) --- 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 f7b8069..fd1c611 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ mkdocs-material == 9.4.10 mkdocs-material-extensions == 1.3.1 mkdocs-minify-plugin ~= 0.7.1 pip-audit == 2.5.6 -Pygments ~= 2.17.1 +Pygments ~= 2.17.2 pymdown-extensions ~= 10.5 PyOpenSSL ~= 23.3.0 wheel ~= 0.42.0