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 e76787c..7e9543d 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.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