diff --git a/requirements.txt b/requirements.txt index b751e9c033cdc1edb98813563e8174876037a363..433a9e17894886e0b2648cebae089f677c3b0a87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -orchestrator-core==2.6.1 +orchestrator-core==2.7.5 requests==2.31.0 infoblox-client~=0.6.0 pycountry==23.12.11 diff --git a/setup.py b/setup.py index caa08f703227bd1b7bcc2310666a149647a0ac8b..dd65151d87623a0f976e4edb58cb05f4a473d593 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator", packages=find_packages(), install_requires=[ - "orchestrator-core==2.6.1", + "orchestrator-core==2.7.5", "requests==2.31.0", "infoblox-client~=0.6.0", "pycountry==23.12.11",