From 829ad23be57dd5b141af818a2661f6883ee1ba29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 14:13:01 +0000 Subject: [PATCH] Bump enum-tools from 0.12.0 to 0.13.0 in /python-wrapper Bumps [enum-tools](https://github.com/domdfcoding/enum_tools) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/domdfcoding/enum_tools/releases) - [Commits](https://github.com/domdfcoding/enum_tools/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: enum-tools dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-wrapper/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index a1d3e03..7718032 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "ipython >=7, <10", "pydantic >=2 , <3", "pydantic-extra-types >=2, <3", - "enum-tools==0.12.0" + "enum-tools==0.13.0" ] requires-python = ">=3.9"