From 75a82b5b7d0ddd1f8d1faf39fda5cec403306ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:46:49 +0000 Subject: [PATCH] Bump the all-pip group with 3 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [pydantic](https://github.com/pydantic/pydantic) and [ty](https://github.com/astral-sh/ty) to permit the latest version. Updates `ruff` to 0.15.11 - [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.10...0.15.11) Updates `pydantic` to 2.13.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.0...v2.13.3) Updates `ty` to 0.0.32 - [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.30...0.0.32) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development dependency-group: all-pip - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:development dependency-group: all-pip - dependency-name: ty dependency-version: 0.0.32 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 aa4fe43d59..6dcd4fac09 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.10,<0.16", + "ruff>=0.15.11,<0.16", "maturin>=1.13.1,<2", "dunamai>=1.26.1,<2", - "pydantic>=2.13.0", + "pydantic>=2.13.3", "attrs>=26.1.0", "pyright>=1.1.408", - "ty>=0.0.30", + "ty>=0.0.32", ] [tool.hatch.build.targets.sdist]