From bacc93e77db0152adcb6c4d99f29a84628eb1028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:58:38 +0000 Subject: [PATCH] chore(deps): bump xsdata from 22.9 to 24.6 Bumps [xsdata](https://github.com/tefra/xsdata) from 22.9 to 24.6. - [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.6) --- 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 d1cc787..b9ae11a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx==7.3.7 sphinx-autoapi==3.0.0 furo==2024.5.6 -xsdata==22.9 \ No newline at end of file +xsdata==24.6 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 76957f6..ec89091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [{ name = "maxblan", email = "stu222782@mail.uni-kiel.de" }] description = "Dieses Paket ist für die Software-Challenge Germany 2025, bei der in dieser Saison das Spiel 'Hase und Igel' im Mittelpunkt steht." readme = "README.md" requires-python = ">=3.10" -dependencies = ["xsdata==22.9"] +dependencies = ["xsdata==24.6"] classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: MacOS", diff --git a/requirements.txt b/requirements.txt index 0c0bad1..bdef88d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -xsdata==22.9 \ No newline at end of file +xsdata==24.6 \ No newline at end of file