From c6602e331a5dab01ff4b9c348c3cfb0e14a5eec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 06:13:33 +0000 Subject: [PATCH] Update validataclass requirement from ~=0.11.0 to >=0.11,<0.13 Updates the requirements on [validataclass](https://github.com/binary-butterfly/validataclass) to permit the latest version. - [Release notes](https://github.com/binary-butterfly/validataclass/releases) - [Changelog](https://github.com/binary-butterfly/validataclass/blob/main/CHANGELOG.md) - [Commits](https://github.com/binary-butterfly/validataclass/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: validataclass dependency-version: 0.12.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 857aa53..8df60e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ Issues = "https://github.com/datex2-tools/schema2classes/issues" [dependency-groups] dev = [ - "validataclass~=0.11.0", + "validataclass>=0.11,<0.13", "pydantic[email]>=2.0", "pytest~=9.0.2", "pytest-cov~=7.1.0",