diff --git a/aieng-agents/pyproject.toml b/aieng-agents/pyproject.toml index 1403e4bb..ba7c4ca4 100644 --- a/aieng-agents/pyproject.toml +++ b/aieng-agents/pyproject.toml @@ -30,6 +30,7 @@ dependencies = [ "pydantic>=2.11.7", "pydantic-ai-slim[logfire]>=0.3.7", "pymupdf>=1.26.7", + "pyasn1>=0.6.3", # Pinning version to address vulnerability GHSA-jr27-m4p2-rc6r "python-multipart>=0.0.26", # Pinning version to address vulnerability GHSA-mj87-hwqh-73pj "requests>=2.33.0", # Pinning version to address vulnerability GHSA-gc5v-m9x4-r6x2 "simplejson>=3.20.2", diff --git a/pyproject.toml b/pyproject.toml index 2510232f..0078efa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,10 +36,11 @@ dev = [ "pytest-asyncio>=1.2.0", "pytest-cov>=7.0.0", "pytest-mock>=3.14.0", - "ruff>=0.12.2", + "ruff>=0.15.11", ] docs = [ "jinja2>=3.1.6", # Pinning version to address vulnerability GHSA-cpwx-vrp4-4pq7 + "pygments>=2.20.0", # GHSA-5239-wwwm-4pmq "mkdocs>=1.6.0", "mkdocs-material>=9.6.15", "mkdocstrings>=0.24.1", diff --git a/uv.lock b/uv.lock index e65fd84e..9a9a2dd9 100644 --- a/uv.lock +++ b/uv.lock @@ -61,6 +61,7 @@ docs = [ { name = "mkdocs-material" }, { name = "mkdocstrings" }, { name = "mkdocstrings-python" }, + { name = "pygments" }, ] [package.metadata] @@ -87,7 +88,7 @@ dev = [ { name = "pytest-asyncio", specifier = ">=1.2.0" }, { name = "pytest-cov", specifier = ">=7.0.0" }, { name = "pytest-mock", specifier = ">=3.14.0" }, - { name = "ruff", specifier = ">=0.12.2" }, + { name = "ruff", specifier = ">=0.15.11" }, ] docs = [ { name = "ipykernel", specifier = ">=6.29.5" }, @@ -97,6 +98,7 @@ docs = [ { name = "mkdocs-material", specifier = ">=9.6.15" }, { name = "mkdocstrings", specifier = ">=0.24.1" }, { name = "mkdocstrings-python", specifier = ">=2.0.3" }, + { name = "pygments", specifier = ">=2.20.0" }, ] [[package]] @@ -124,6 +126,7 @@ dependencies = [ { name = "openai-agents" }, { name = "pandas" }, { name = "pillow" }, + { name = "pyasn1" }, { name = "pydantic" }, { name = "pydantic-ai-slim", extra = ["logfire"] }, { name = "pymupdf" }, @@ -162,6 +165,7 @@ requires-dist = [ { name = "openai-agents", specifier = ">=0.4.0" }, { name = "pandas", specifier = ">=2.3.3" }, { name = "pillow", specifier = ">=12.2.0" }, + { name = "pyasn1", specifier = ">=0.6.3" }, { name = "pydantic", specifier = ">=2.11.7" }, { name = "pydantic-ai-slim", extras = ["logfire"], specifier = ">=0.3.7" }, { name = "pymupdf", specifier = ">=1.26.7" },