From 4fe7f41e1abbfbf89e9b9d2f456684aa253db06d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 22:12:51 +0000 Subject: [PATCH] build(deps): bump pygments from 2.19.1 to 2.20.0 in /requirements Bumps [pygments](https://github.com/pygments/pygments) from 2.19.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.19.1...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/development.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/development.txt b/requirements/development.txt index 483cfa1..ae3dfea 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -36,7 +36,7 @@ pexpect==4.9.0 # via -r pexpect.in ptyprocess==0.7.0 # via pexpect -pygments==2.19.1 +pygments==2.20.0 # via rich pymysql==1.1.1 # via diff --git a/requirements/tests.txt b/requirements/tests.txt index ffb80ed..d4cf3b6 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -20,7 +20,7 @@ parse-type==0.6.4 # via behave pbr==6.1.1 # via stevedore -pygments==2.19.1 +pygments==2.20.0 # via rich pymysql==1.1.1 # via -r tests.in