From d5255a8f092f45988288d41f5ef002778825c364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:27:13 +0000 Subject: [PATCH] Bump pygments from 2.19.2 to 2.20.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 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.2...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- test-requirements.txt | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8cad798..6d4f10b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -59,7 +59,7 @@ pluggy==1.6.0 # via tox pycparser==3.0 # via cffi -pygments==2.19.2 +pygments==2.20.0 # via # readme-renderer # rich diff --git a/test-requirements.txt b/test-requirements.txt index 1131f7e..0f59a14 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,11 +1,7 @@ alembic==1.18.4 # via -r test-requirements.in -async-timeout==5.0.1 - # via asyncpg asyncpg==0.31.0 # via -r test-requirements.in -exceptiongroup==1.3.1 - # via pytest futures==3.0.5 # via -r test-requirements.in greenlet==3.3.2 @@ -28,7 +24,7 @@ psycopg==3.3.3 # via -r test-requirements.in psycopg2==2.9.11 # via -r test-requirements.in -pygments==2.19.2 +pygments==2.20.0 # via pytest pytest==9.0.2 # via -r test-requirements.in @@ -36,13 +32,7 @@ sqlalchemy==2.0.47 # via # -r test-requirements.in # alembic -tomli==2.4.0 - # via - # alembic - # pytest typing-extensions==4.15.0 # via # alembic - # exceptiongroup - # psycopg # sqlalchemy