From afe34023b0b5b40b7d44692d73d43ffbe099e2a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:40:22 +0000 Subject: [PATCH] chore(deps-dev): update tach requirement from >=0.22 to >=0.35.0 Updates the requirements on [tach](https://github.com/gauge-sh/tach) to permit the latest version. - [Release notes](https://github.com/gauge-sh/tach/releases) - [Commits](https://github.com/gauge-sh/tach/compare/v0.22.0...v0.35.0) --- updated-dependencies: - dependency-name: tach dependency-version: 0.35.0 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 ccf19c5..1d58fb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "pytest-benchmark>=5.2.3", "pytest-watch>=4.2", "commitizen>=4.16.2", - "tach>=0.22", + "tach>=0.35.0", "faker>=37.0", "detect-secrets>=1.5", "radon>=6.0",