From 13b84af8b162bb4967e8c24bf1b6da2ce35154f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 12:34:52 +0000 Subject: [PATCH] Update dependency pygments to v2.20.0 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4548994..81ff6f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pluggy==1.6.0 ; python_version >= "3.12" and python_version < "4.0" ply==3.11 ; python_version >= "3.12" and python_version < "4.0" pycodestyle==2.14.0 ; python_version >= "3.12" and python_version < "4.0" pyflakes==3.4.0 ; python_version >= "3.12" and python_version < "4.0" -pygments==2.19.2 ; python_version >= "3.12" and python_version < "4.0" +pygments==2.20.0 ; python_version >= "3.12" and python_version < "4.0" pytest==8.4.1 ; python_version >= "3.12" and python_version < "4.0" python-dotenv==1.1.1 ; python_version >= "3.12" and python_version < "4.0" simple-websocket==1.1.0 ; python_version >= "3.12" and python_version < "4.0"