From dd1d103708b99b4a855fe9cea71cb4877c7d7a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:44:29 +0000 Subject: [PATCH] build(deps-dev): update ty requirement in the lib-dependencies group Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version. Updates `ty` to 0.0.19 - [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.12...0.0.19) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.19 dependency-type: direct:development dependency-group: lib-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b13077..59a8c81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ "ruff>=0.5.0,<=0.15.0", "coverage>=7.5.4,<=7.13.4", "prek>=0.2.28,<0.4.0", - "ty>=0.0.12,<=0.0.15", + "ty>=0.0.12,<=0.0.19", ] [build-system]