From c5faa382160a393a7ba3b086a0d1509af532f09f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:18:03 +0000 Subject: [PATCH] Update pygments requirement from ~=2.19.1 to ~=2.19.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.19.1...2.19.2) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.19.2 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 31f1f1b..cb2036f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ m2r2~=0.3.4 MarkupSafe~=3.0.2 mistune~=0.8.4 packaging~=25.0 -Pygments~=2.19.1 +Pygments~=2.19.2 pyparsing~=3.2.3 python-slugify~=8.0.4 pytz~=2025.2