diff --git a/python/packages/lab/pyproject.toml b/python/packages/lab/pyproject.toml index 000f2617e7..02b55613b0 100644 --- a/python/packages/lab/pyproject.toml +++ b/python/packages/lab/pyproject.toml @@ -58,8 +58,8 @@ math = [ [dependency-groups] dev = [ "agent-framework-openai>=1.14.2,<2", - "uv==0.12.12", - "ruff==0.16.6", + "uv==0.12.13", + "ruff==0.16.7", "pytest==9.1.1", "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", @@ -67,7 +67,7 @@ dev = [ "pyright==1.1.414", #tasks "poethepoet==0.48.0", - "rich>=13.7.1,<15.0.0", + "rich>=13.7.1,<16.0.0", "tomli==2.4.1", "tomli-w==1.2.0", "prek==0.5.2", diff --git a/python/pyproject.toml b/python/pyproject.toml index 407de67555..fd89ce5a41 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -28,9 +28,9 @@ dependencies = [ [dependency-groups] dev = [ - "uv==0.12.9", + "uv==0.12.13", "flit==4.0.2", - "ruff==0.16.6", + "ruff==0.16.7", "pytest==9.1.1", "pytest-asyncio==1.4.0", "pytest-cov==7.1.0",