From 328c3c07ea781f98dcf2a1e794f866f2ec292b0c Mon Sep 17 00:00:00 2001 From: kamalpreetSec <44198044+kamalpreetSec@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:53:56 +0530 Subject: [PATCH] Update poetry.lock update pygments from 1.6 to 2.18.0 --- .../test-fixtures/poetry/conflicting-with-extras/poetry.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syft/pkg/cataloger/python/test-fixtures/poetry/conflicting-with-extras/poetry.lock b/syft/pkg/cataloger/python/test-fixtures/poetry/conflicting-with-extras/poetry.lock index a6a43fc4441..cb8fff26e40 100644 --- a/syft/pkg/cataloger/python/test-fixtures/poetry/conflicting-with-extras/poetry.lock +++ b/syft/pkg/cataloger/python/test-fixtures/poetry/conflicting-with-extras/poetry.lock @@ -380,12 +380,12 @@ files = [ [[package]] name = "pygments" -version = "1.6" +version = "2.18.0" description = "Pygments is a syntax highlighting package written in Python." optional = false python-versions = "*" files = [ - {file = "Pygments-1.6.tar.gz", hash = "sha256:799ed4caf77516e54440806d8d9cd82a7607dfdf4e4fb643815171a4b5c921c0"}, + {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"}, ] [[package]]