From 74ad33847fbfd4a8c5481c4e377afdbd77c13fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:28:15 +0000 Subject: [PATCH] Bump transon from 0.1.7 to 0.2.3 Bumps [transon](https://github.com/transon-org/transon) from 0.1.7 to 0.2.3. - [Changelog](https://github.com/transon-org/transon/blob/main/CHANGELOG.md) - [Commits](https://github.com/transon-org/transon/compare/v0.1.7...v0.2.3) --- updated-dependencies: - dependency-name: transon dependency-version: 0.2.3 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 0f007aa..6a9eee4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ dependencies = [ "rsonpy<0.2", "toolz<2", "tqdm<5", - "transon==0.1.7", + "transon==0.2.3", ] optional-dependencies.develop = [ "mypy<2.4",