From dacb29e1ec19dcd12fb242f1d0203b32f28fee01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:05:10 +0000 Subject: [PATCH] build(deps): bump pygments from 2.19.1 to 2.19.2 Bumps [pygments](https://github.com/pygments/pygments) from 2.19.1 to 2.19.2. - [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.19.1...2.19.2) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 33128f1..70d4c52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "python-dotenv==1.1.0", "typer==0.15.2", "rich==14.0.0", - "pygments==2.19.1", + "pygments==2.19.2", "tqdm==4.67.1" ] diff --git a/requirements.txt b/requirements.txt index aa0399d..dc00e0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ pyasn1_modules==0.4.2 pycparser==2.22 pydantic==2.11.3 pydantic_core==2.33.1 -Pygments==2.19.1 +Pygments==2.19.2 pyparsing==3.2.3 pyproject_hooks==1.2.0 pytest==8.3.5