From 274c71fd429ee519d142bf2ec05f5fefab46435c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:42:39 +0000 Subject: [PATCH] Update pygments requirement from <=2.11.2 to <=2.18.0 Updates the requirements on [pygments](https://github.com/pygments/pygments) to permit the latest version. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/0.5...2.18.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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