From 9f6bac5d63a3513db32362e97dbb3cde4b080faa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:01:01 -0400 Subject: [PATCH] chore: bump pygments from 2.15.1 to 2.20.0 (#155) Bumps [pygments](https://github.com/pygments/pygments) from 2.15.1 to 2.20.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.15.1...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5e477b4..c667874 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -47,7 +47,7 @@ pre-commit==2.21.0 ; python_version >= "3.9" and python_version < "4.0" pycodestyle==2.10.0 ; python_version >= "3.9" and python_version < "4.0" pycparser==2.21 ; python_version >= "3.9" and python_version < "4.0" pyflakes==3.0.1 ; python_version >= "3.9" and python_version < "4.0" -pygments==2.15.1 ; python_version >= "3.9" and python_version < "4.0" +pygments==2.20.0 ; python_version >= "3.9" and python_version < "4.0" pylint==2.17.4 ; python_version >= "3.9" and python_version < "4.0" pyrsistent==0.19.3 ; python_version >= "3.9" and python_version < "4.0" python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "4.0"