From 5b14d160cf3dbe1a541cdf8572748f56ff69b4a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 13:07:27 -0400 Subject: [PATCH] chore(deps): bump pygments (#4064) Bumps [pygments](https://github.com/pygments/pygments) from 1.6 to 2.15.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/1.6...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../test-fixtures/uv/conflicting-with-extras/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syft/pkg/cataloger/python/test-fixtures/uv/conflicting-with-extras/pyproject.toml b/syft/pkg/cataloger/python/test-fixtures/uv/conflicting-with-extras/pyproject.toml index add12cf64..03933b24e 100644 --- a/syft/pkg/cataloger/python/test-fixtures/uv/conflicting-with-extras/pyproject.toml +++ b/syft/pkg/cataloger/python/test-fixtures/uv/conflicting-with-extras/pyproject.toml @@ -5,7 +5,7 @@ version = "0.1.0" dependencies = [ "httpx[brotli,http2,socks]>=0.27.0,<0.30.0", - "pygments==1.6", + "pygments==2.15.0", "click<8", "rich<10" ]