From 802b2cb9caf150fa3b046ff4fcfec1dfe9562559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 19:07:32 +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.11 - [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.8...0.0.11) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.11 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 0db2b55..0ad2cd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "ruff>=0.5.0,<=0.14.11", "coverage>=7.5.4,<=7.13.1", "pre-commit<=4.5.1", - "ty>=0.0.8,<=0.0.8", + "ty>=0.0.8,<=0.0.11", ] [build-system]