From 0097043fa0a33933bc131209ca2b65cacc9009b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:22:11 +0000 Subject: [PATCH] chore: Bump the all-pip group with 3 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [pyright](https://github.com/RobertCraigie/pyright-python) 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 `pyright` to 1.1.410 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.409...v1.1.410) Updates `ty` to 0.0.43 - [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.43) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development dependency-group: all-pip - dependency-name: pyright dependency-version: 1.1.410 dependency-type: direct:development dependency-group: all-pip - dependency-name: ty dependency-version: 0.0.43 dependency-type: direct:development dependency-group: all-pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 14d2b7bb3..0ed12dd61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,13 +17,13 @@ Homepage = "https://fable.io" [dependency-groups] dev = [ "pytest>=9.0.3,<10", - "ruff>=0.15.14,<0.16", + "ruff>=0.15.15,<0.16", "maturin>=1.13.3,<2", "dunamai>=1.26.1,<2", "pydantic>=2.13.4", "attrs>=26.1.0", - "pyright>=1.1.409", - "ty>=0.0.39", + "pyright>=1.1.410", + "ty>=0.0.43", ] [tool.hatch.build.targets.sdist]