From a788df5e9edea8b41feff84dae4756522957fcd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 12:07:29 +0000 Subject: [PATCH] chore(deps): bump xsdata from 22.9 to 24.5 Bumps [xsdata](https://github.com/tefra/xsdata) from 22.9 to 24.5. - [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/v22.9...v24.5) --- updated-dependencies: - dependency-name: xsdata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d1e0389..3d06e1b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx==6.1.0 sphinx-autoapi==3.0.0 furo==2023.9.10 -xsdata==22.9 \ No newline at end of file +xsdata==24.5 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9a2936a..19330a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [{ name = "maxblan", email = "stu222782@mail.uni-kiel.de" }] description = "This is the package for the Software-Challenge Germany 2024. This Season the game will be 'Mississippi Queen'." readme = "README.md" requires-python = ">=3.10" -dependencies = ["xsdata==22.9"] +dependencies = ["xsdata==24.5"] classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: MacOS", diff --git a/requirements.txt b/requirements.txt index 0c0bad1..bbb9d8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -xsdata==22.9 \ No newline at end of file +xsdata==24.5 \ No newline at end of file