From 82a6c158efbb872df3b5d742b45aaeaf601bfd95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:53:51 +0000 Subject: [PATCH] Chore(deps): Bump tatsu from 5.16.0 to 5.23.0 Bumps [tatsu](https://github.com/neogeny/TatSu) from 5.16.0 to 5.23.0. - [Release notes](https://github.com/neogeny/TatSu/releases) - [Changelog](https://github.com/neogeny/TatSu/blob/main/docs/changelog.rst) - [Commits](https://github.com/neogeny/TatSu/compare/v5.16.0...v5.23.0) --- updated-dependencies: - dependency-name: tatsu dependency-version: 5.23.0 dependency-type: direct:production 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 64c90f3..8ccd82a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dynamic = ["version"] dependencies = [ # "frappe~=15.0.0" # Installed and managed by bench. "ics~=0.7.2", - "tatsu==5.16.0" + "tatsu==5.23.0" ] [build-system]