From 3ee18a0da4598491e47d6edcf7d4f4c88eb2fce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 09:12:09 +0000 Subject: [PATCH] Bump ty from 0.0.7 to 0.0.8 in the python-dependencies group Bumps the python-dependencies group with 1 update: [ty](https://github.com/astral-sh/ty). Updates `ty` from 0.0.7 to 0.0.8 - [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.7...0.0.8) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-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 d3e53d8..e733f24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "pytest-snapshot==0.9.0", "pytest-cov==7.0.0", "ruff==0.14.10", - "ty==0.0.7", + "ty==0.0.8", "mkdocs==1.6.1", "mkdocstrings[python]==1.0.0", "mkdocs-material==9.7.1",