diff --git a/client/poetry.lock b/client/poetry.lock
index ebe493f0fbf459e7c27a0c8f2169278909b248fe..b427b38015a02b09d5771e453b3e9ff8be32b4dd 100644
--- a/client/poetry.lock
+++ b/client/poetry.lock
@@ -51,13 +51,13 @@ files = [
 
 [[package]]
 name = "certifi"
-version = "2024.8.30"
+version = "2024.12.14"
 description = "Python package for providing Mozilla's CA Bundle."
 optional = false
 python-versions = ">=3.6"
 files = [
-    {file = "certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8"},
-    {file = "certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"},
+    {file = "certifi-2024.12.14-py3-none-any.whl", hash = "sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56"},
+    {file = "certifi-2024.12.14.tar.gz", hash = "sha256:b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db"},
 ]
 
 [[package]]
@@ -656,13 +656,13 @@ type = ["importlib_metadata (>=7.0.2)", "jaraco.develop (>=7.21)", "mypy (>=1.12
 
 [[package]]
 name = "six"
-version = "1.16.0"
+version = "1.17.0"
 description = "Python 2 and 3 compatibility utilities"
 optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
+python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
 files = [
-    {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
-    {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
+    {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"},
+    {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"},
 ]
 
 [[package]]
@@ -848,5 +848,5 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
 
 [metadata]
 lock-version = "2.0"
-python-versions = "^3.11"
-content-hash = "54b4e5e599a1b9181e933048f274fcc9f10ce8a5409781a55d22977195ca54ef"
+python-versions = "^3.12"
+content-hash = "d5e9e9a8d1d499d826e61b4286aec954170e9c17822bbcd67920b3832318b076"
diff --git a/client/pyproject.toml b/client/pyproject.toml
index 1b342e93e7ac496e866218c6c1709b4b19341ed5..8245370cc091101cf0dbaad9027dea0b1c6d3bc3 100644
--- a/client/pyproject.toml
+++ b/client/pyproject.toml
@@ -10,7 +10,7 @@ url = "https://pypi.thecodelabs.de"
 priority = "explicit"
 
 [tool.poetry.dependencies]
-python = "^3.11"
+python = "^3.12"
 thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" }
 thecodelabs-flaskutils = {version = "*", source = "TheCodeLabs" }
 flask = "==3.1.0"
diff --git a/client/version.json b/client/version.json
index 9037b17b02f7f51eed2099b4f6898d200d14a55b..17f6e40fdd28f1dc9f7ef64b80053b05f5243f5c 100644
--- a/client/version.json
+++ b/client/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v1.16.0",
-        "code": 34,
-        "date": "01.12.24"
+        "name": "v1.17.0",
+        "code": 35,
+        "date": "18.12.24"
     }
 }
\ No newline at end of file