diff --git a/requirements.txt b/requirements.txt
index 8509293b655fcf5b739c9a92b75fef43eaf9ce0f..9d003e217e8c94ffd5e6041e412a2ce455804156 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-orchestrator-core==1.3.0
+orchestrator-core==1.3.1
 requests==2.31.0
 infoblox-client~=0.6.0
 pycountry==22.3.5
diff --git a/setup.py b/setup.py
index 9af4a76f008f72706bb5e5d8cf3e1a0d2ce101d8..88dc8c60582422f2c2b076fd78b4ed6e88fd263a 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(
     url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator",
     packages=find_packages(),
     install_requires=[
-        "orchestrator-core==1.3.0",
+        "orchestrator-core==1.3.1",
         "requests==2.31.0",
         "infoblox-client~=0.6.0",
         "pycountry==22.3.5",