From 7aee606fea0deb5ec0b180622496e73b9c1468d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 04:03:27 +0000 Subject: [PATCH] Deps: Bump the python-packages group with 2 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty) to permit the latest version. Updates `ruff` to 0.15.15 - [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.15.14...0.15.15) Updates `ty` to 0.0.40 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ty/compare/0.0.39...0.0.40) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development dependency-group: python-packages - dependency-name: ty dependency-version: 0.0.40 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 30ba2a7..802aaf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,8 @@ dev = [ "maturin>=1.13.3", "pre-commit>=4.6.0", "pytest>=9.0.3", - "ruff>=0.15.14", - "ty>=0.0.39", + "ruff>=0.15.15", + "ty>=0.0.40", ] [tool.pytest.ini_options]