From 1f093d2137ed98e17e1cc7b9c15452f215f1cea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:30:36 +0000 Subject: [PATCH] Update pygments requirement from ~=2.17.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/2.17.2...2.18.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 32a258d0..8c6c256a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pillow~=10.0.1 django-crispy-forms~=2.1 Markdown~=3.4.3 Unidecode~=1.3.6 -Pygments~=2.17.2 +Pygments~=2.18.0 django-mdeditor~=0.1.20 requests~=2.31.0 djangorestframework~=3.14.0