Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/data-designer-engine/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"jsonschema>=4.0.0,<5",
"lxml>=6.1.0,<7",
"marko>=2.1.2,<3",
"mcp>=1.26.0,<2",
"mcp>=1.29.0,<2", # 1.29.0 fixes MCP security advisories
"networkx>=3.0,<4",
"numpy>=1.23.5,<3",
"pandas>=2.3.3,<3",
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ docs = [
"jupytext>=1.16.0,<2",
]
notebooks = [
"aiohttp>=3.14.1,<4", # 3.14.1 fixes aiohttp security advisories
"aiohttp>=3.14.3,<4", # 3.14.3 fixes aiohttp security advisories
"bleach>=6.4.0,<7", # EOL with no patched release; nbconvert removal tracked at jupyter/nbconvert#2289
"datasets>=4.0.0,<5",
"ipykernel>=6.29.0,<7",
Expand All @@ -60,6 +60,8 @@ notebooks = [
"mistune>=3.3.2,<4", # 3.3.2 fixes security advisory pulled in by nbconvert
"nbconvert>=7.17.1,<8", # 7.17.1 fixes security advisory pulled in by jupyter
"notebook>=7.6.0a5,<8", # 7.6.0a5 fixes security advisory pulled in by jupyter
"setuptools>=83.0.0,<84", # 83.0.0 fixes setuptools security advisories pulled in by jupyterlab
"soupsieve>=2.9.1,<3", # 2.9.1 fixes soupsieve security advisories pulled in by nbconvert
"tornado>=6.5.7,<7", # 6.5.7 fixes security advisory pulled in by jupyterlab
]
recipes = [
Expand Down
2 changes: 1 addition & 1 deletion tests_e2e/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ package = true
required-version = ">=0.7.10"
# Minimum versions for transitive dependencies with known security vulnerabilities.
constraint-dependencies = [
"aiohttp>=3.13.5",
"aiohttp>=3.14.3",
"cryptography>=48.0.1",
]

Expand Down
Loading
Loading