From 8cb753b5e07422d7e6426f18422cd596ac427f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 20:23:03 +0000 Subject: [PATCH] Update ty requirement from >=0.0.34 to >=0.0.40 Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version. - [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.34...0.0.40) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.40 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04623a3..091d339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ docs = [ "sphinxext-opengraph", ] test = ["pytest", "pytest-cookies", "pytest-cov"] -typing = ["ty>=0.0.34"] +typing = ["ty>=0.0.40"] [project.readme] file = "README.md"