From d0246c3041c0bde45736bf719e642e56c0ad97a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 11:32:23 +0000 Subject: [PATCH] chore: Bump the all-pip 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.13 - [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.12...0.15.13) Updates `ty` to 0.0.38 - [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.35...0.0.38) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development dependency-group: all-pip - dependency-name: ty dependency-version: 0.0.38 dependency-type: direct:development dependency-group: all-pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a5ead530d..71578d723 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.12,<0.16", + "ruff>=0.15.13,<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.35", + "ty>=0.0.38", ] [tool.hatch.build.targets.sdist]