From 7a6042cf50b67b291928873853068b8311cebe18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 04:03:31 +0000 Subject: [PATCH] Deps: Bump the python-packages group with 3 updates Updates the requirements on [black](https://github.com/psf/black), [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty) to permit the latest version. Updates `black` to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/26.3.1...26.5.1) Updates `ruff` to 0.15.14 - [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.13...0.15.14) Updates `ty` to 0.0.39 - [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.36...0.0.39) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development dependency-group: python-packages - dependency-name: ty dependency-version: 0.0.39 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f035772..30ba2a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,12 +32,12 @@ features = ["pyo3/extension-module"] [dependency-groups] dev = [ - "black>=26.3.1", + "black>=26.5.1", "maturin>=1.13.3", "pre-commit>=4.6.0", "pytest>=9.0.3", - "ruff>=0.15.13", - "ty>=0.0.36", + "ruff>=0.15.14", + "ty>=0.0.39", ] [tool.pytest.ini_options]