From 83960b5ac518ebadc9cb33273ed1e92185a3c3eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 05:02: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.42 - [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.33...0.0.42) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.42 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 233be4e..5e22b8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ "ruff<=0.15.14,>=0.15.14", "coverage<=7.14.0,>=7.14.0", "prek>=0.4.1,<0.5.0", - "ty<=0.0.33,>=0.0.33", + "ty<=0.0.42,>=0.0.42", ] [build-system]