From 86ef70173b10ba8e256e3a154c6a1745d24f16c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:23:49 +0000 Subject: [PATCH] Bump xsdata from 24.7 to 24.9 Bumps [xsdata](https://github.com/tefra/xsdata) from 24.7 to 24.9. - [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.7...v24.9) --- 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 22967af..706dfea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "xsdata==24.7", + "xsdata==24.9", "typing_extensions>=4.6.3,<5.0", ]