From 122a633a2c8bc494e209ff56cf9c9b51c42bdba1 Mon Sep 17 00:00:00 2001 From: Karel van Klink <karel.vanklink@geant.org> Date: Tue, 24 Oct 2023 10:29:12 +0200 Subject: [PATCH] bump orchestrator-core to 1.3.4 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9d003e21..3f00e088 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 88dc8c60..8405e2dd 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", -- GitLab