From 4fff0427cb002dd2218dfece3e2a37e04788b736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 03:19:16 +0000 Subject: [PATCH] chore(deps): update pygments requirement from ~=2.18.0 to ~=2.19.0 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.18.0...2.19.0) --- 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 008cede7..6c8b55f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ mkdocs-material == 9.5.48 mkdocs-minify-plugin ~= 0.8.0 mkdocs-video ~= 1.5.0 pip-audit == 2.7.3 -Pygments ~= 2.18.0 +Pygments ~= 2.19.0 pymdown-extensions ~= 10.12 PyOpenSSL ~= 24.3.0 wheel ~= 0.45.1