diff --git a/poetry.lock b/poetry.lock
index 2c1d3ad35fe053830f37312f309b8230869350c9..795c0912075a73258a0b0b9cf6add55f077c63cb 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1143,4 +1143,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.9"
-content-hash = "eb8e8688f8a390c1d10cd552bdb5e260d94f6d93b71034289f2436d1b2f4ba81"
+content-hash = "0727e515fd05bc07f2d1405fe090287c6e72d1943825f7284460ad024ed34989"
diff --git a/pyproject.toml b/pyproject.toml
index 0ad27ee5c998f0518b7f7e1ff7bab13bd7f28b5b..c0e40a3ed8b877f045510191b939cb1fa361bc11 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,12 +7,12 @@ authors = ["TheCodeLabsDevs"]
 [[tool.poetry.source]]
 name = "TheCodeLabs"
 url = "https://pypi.thecodelabs.de"
-secondary = true
+priority = "explicit"
 
 [tool.poetry.dependencies]
 python = "^3.9"
-thecodelabs-baseutils = "*"
-thecodelabs-flaskutils = "*"
+thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" }
+thecodelabs-flaskutils = {version = "*", source = "TheCodeLabs" }
 flask = "2.3.2"
 apscheduler = "3.10.1"
 gevent = "23.7.0"