From 96aed3ea9899dfccf8d5f0672ba56c82dcafc203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 03:23:05 +0000 Subject: [PATCH] chore(deps-dev): bump ty in the pip-updates group across 1 directory Bumps the pip-updates group with 1 update in the / directory: [ty](https://github.com/astral-sh/ty). Updates `ty` from 0.0.64 to 0.0.69 - [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.64...0.0.69) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.65 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb3d5bd9..977d3306 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dev = [ "twine", # Pinned exactly: this is the single source of the ty version, read by the # pre-commit hook, `make ty` and the Type check workflow alike. - "ty==0.0.64", + "ty==0.0.69", ] [project.urls]