From f763e47f056ea091f1dde3a91de26378a4b1f3e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:53:10 +0000 Subject: [PATCH] Bump xsdata from 24.6.1 to 24.7 Bumps [xsdata](https://github.com/tefra/xsdata) from 24.6.1 to 24.7. - [Release notes](https://github.com/tefra/xsdata/releases) - [Changelog](https://github.com/tefra/xsdata/blob/main/CHANGES.md) - [Commits](https://github.com/tefra/xsdata/compare/v24.6.1...v24.7) --- updated-dependencies: - dependency-name: xsdata 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 86d87498..b6fae0c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "xsdata==24.6.1", + "xsdata==24.7", "typing_extensions>=4.6.3,<5.0", ]