From 0d73b51efeb1e3746781b3788ba2a26e20d938a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 18:22:06 +0000 Subject: [PATCH] chore(deps-dev): bump the version-minor-patch group with 2 updates Bumps the version-minor-patch group with 2 updates: [ty](https://github.com/astral-sh/ty) and [ruff](https://github.com/astral-sh/ruff). Updates `ty` from 0.0.64 to 0.0.80 - [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.80) Updates `ruff` from 0.16.0 to 0.16.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.0...0.16.7) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.80 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: version-minor-patch - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: version-minor-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 82d3c108..77d28a1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,9 +64,9 @@ dev = [ "pytest-asyncio>=1.0.0", "pytest-bdd>=7.2.0", "python-dotenv>=1.0.0", - "ty==0.0.64", + "ty==0.0.80", "cryptography>=48.0.1,<51", - "ruff==0.16.0", + "ruff==0.16.7", "starlette>=0.40.0", "anyio>=3.6.2", "httpx>=0.27.0",