From e66da35fce4f700b8247881d6f96dc162cd9e5cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 09:17:45 +0000 Subject: [PATCH] Build(deps-dev): Bump the basics group across 2 directories with 3 updates Updates the requirements on [uv](https://github.com/astral-sh/uv), [ruff](https://github.com/astral-sh/ruff) and [rich](https://github.com/Textualize/rich) to permit the latest version. Updates `uv` from 0.12.9 to 0.12.13 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.12.9...0.12.13) Updates `ruff` from 0.16.6 to 0.16.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.6...0.16.7) Updates `uv` from 0.12.9 to 0.12.13 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.12.9...0.12.13) Updates `ruff` from 0.16.6 to 0.16.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.6...0.16.7) Updates `uv` from 0.12.12 to 0.12.13 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.12.9...0.12.13) Updates `ruff` from 0.16.6 to 0.16.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.6...0.16.7) Updates `rich` to 15.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.7.1...v15.0.0) Updates `uv` from 0.12.12 to 0.12.13 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.12.9...0.12.13) Updates `ruff` from 0.16.6 to 0.16.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.6...0.16.7) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:development dependency-group: basics - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: basics - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: basics - dependency-name: uv dependency-version: 0.12.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: basics - dependency-name: uv dependency-version: 0.12.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: basics ... Signed-off-by: dependabot[bot] --- python/packages/lab/pyproject.toml | 6 +++--- python/pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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",