From 41a09aab58cd4d4e91c1a98cde3ee5dd6ad2ce30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:30:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20[backend-deps]:=20Bump=20pygments?= =?UTF-8?q?=20from=202.18.0=20to=202.19.1=20in=20/backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pygments](https://github.com/pygments/pygments) from 2.18.0 to 2.19.1. - [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.19.1) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 80646f2..27f1e93 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ "pydantic==2.10.6", "pydantic-core==2.27.2", "pydantic-settings==2.8.0", - "pygments==2.18.0", + "pygments==2.19.1", "pyjwt==2.10.1", "pymongo==4.11.1", "pyparsing==3.2.1", diff --git a/backend/requirements.txt b/backend/requirements.txt index fb2640e..6e41a1f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -55,7 +55,7 @@ pycparser==2.22 pydantic==2.10.6 pydantic-settings==2.8.0 pydantic_core==2.27.2 -Pygments==2.18.0 +Pygments==2.19.1 PyJWT==2.10.1 pymongo==4.11.1 pyparsing==3.2.1