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" ]