From c2678a7a7bc82f22559bad50a0b8c49c4dce2ee0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 07:45:44 +0000 Subject: [PATCH] chore(deps): update dependency pygments to <=2.18.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6f95163..681c314 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ python_requires = >=3.6 install_requires = # Essential packages django>=3.2 - pygments<=2.11.2 + pygments<=2.18.0 django-staticinline>=1.0 django-csp>=3.6 dj_database_url>=0.5.0