From 147b5410f7748775753baab9ef603cf6c8e59a66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 15:33:54 +0000 Subject: [PATCH 1/2] Update dependency pygments to <=2.20.0 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 16e4d38..4588b07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Runtime dependencies for the rock (from setup.cfg install_requires, test packages excluded) # Django and core django>=3.2 -pygments<=2.11.2 +pygments<=2.20.0 django-staticinline>=1.0 django-csp>=3.6 dj_database_url>=0.5.0 diff --git a/setup.cfg b/setup.cfg index f84b1af..34d22d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ python_requires = >=3.8 install_requires = # Essential packages django>=3.2 - pygments<=2.11.2 + pygments<=2.20.0 django-staticinline>=1.0 django-csp>=3.6 dj_database_url>=0.5.0 From 59347cf0a9073aee3aa4e088c2fc414439072798 Mon Sep 17 00:00:00 2001 From: Sebastien Georget Date: Fri, 26 Jun 2026 17:29:21 +0200 Subject: [PATCH 2/2] chore(ci): trigger CI