diff --git a/requirements.txt b/requirements.txt index 9d003e217e8c94ffd5e6041e412a2ce455804156..3f00e088e1fb577e9e07409fa61fcf072962b87f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -orchestrator-core==1.3.1 +orchestrator-core==1.3.4 requests==2.31.0 infoblox-client~=0.6.0 pycountry==22.3.5 diff --git a/setup.py b/setup.py index 88dc8c60582422f2c2b076fd78b4ed6e88fd263a..8405e2dddc35c3b8eb65797a2e2f4227ac249f8d 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.1", + "orchestrator-core==1.3.4", "requests==2.31.0", "infoblox-client~=0.6.0", "pycountry==22.3.5",