From cee878c84833749c1394626e925fd83db27ebb47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:09:38 +0000 Subject: [PATCH] chore(deps): Bump zuban from 0.7.2 to 0.8.2 Bumps [zuban](https://github.com/zubanls/zubanls-python) from 0.7.2 to 0.8.2. - [Release notes](https://github.com/zubanls/zubanls-python/releases) - [Commits](https://github.com/zubanls/zubanls-python/compare/v0.7.2...v0.8.2) --- updated-dependencies: - dependency-name: zuban dependency-version: 0.8.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdfed36..655ec6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dev = [ "pytest~=9.0.3", "pyupgrade-directories==0.3.0", "testcontainers==4.14.2", - "zuban==0.7.2", + "zuban==0.8.2", ]