From 80d7aaeef2104d63e662203e8df4a0f845c15d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:39:01 +0000 Subject: [PATCH] Bump pygments from 2.18.0 to 2.20.0 in /backend Bumps [pygments](https://github.com/pygments/pygments) from 2.18.0 to 2.20.0. - [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.18.0...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 9ce1a81..18407cf 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -43,7 +43,7 @@ pycparser==2.22 pydantic==2.8.2 pydantic_core==2.20.1 PyDispatcher==2.0.7 -Pygments==2.18.0 +Pygments==2.20.0 pyOpenSSL==26.0.0 python-dotenv==1.0.1 python-multipart==0.0.9