From 5f73f0424c72161b0418345c35b6a095906f9891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:36:10 +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 a28135b..b26b2e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ mkdocs-material == 9.4.10 mkdocs-material-extensions == 1.3 mkdocs-minify-plugin ~= 0.7.1 pip-audit == 2.5.6 -Pygments ~= 2.17.1 +Pygments ~= 2.17.2 pymdown-extensions ~= 10.4 PyOpenSSL ~= 23.3.0 wheel ~= 0.41.3