From 86d0b1ed8803dc6e0514f1cd0ab9ae14c3a2fc0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 05:56:12 +0000 Subject: [PATCH] build(deps-dev): bump ty from 0.0.69 to 0.0.72 Bumps [ty](https://github.com/astral-sh/ty) from 0.0.69 to 0.0.72. - [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.69...0.0.72) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.72 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8a96aed..47c4fb57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ # floating version reddens unrelated PRs on someone else's release schedule # (0.0.69/0.0.70 added unsound-return-statement and unsound-yield, 35 errors # against an unchanged tree). Bump deliberately, with the new rules addressed. - "ty==0.0.69", + "ty==0.0.72", "tqdm", "twine", ]