diff --git a/Pipfile b/Pipfile index b5584c7f..114c10c2 100644 --- a/Pipfile +++ b/Pipfile @@ -26,7 +26,7 @@ GitPython = "~=2.1.11" docker = ">=3.7.2" pylibyaml = "~=0.1" PyYAML = "~=5.1" -deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "d7d3cbde2bd44eed0d574ec439d1f8194dbcf782"} +deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "5cd799cc5d04527ac782270008ff647b3779ff05"} shipyard-client = {git = "https://opendev.org/airship/shipyard.git",ref = "35e5a7f796a5341e02fb0d3f2d27b41e2fb39131",subdirectory = "src/bin/shipyard_client"} promenade = {git = "https://opendev.org/airship/promenade.git",ref = "3cac5cbde0c8d32d99acb7d17ef54ab0f8c70f12"} "oslo.i18n" = "~=3.24.0" diff --git a/Pipfile.lock b/Pipfile.lock index 28bb38b8..2f5ab664 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -193,7 +193,7 @@ }, "deckhand": { "git": "https://opendev.org/airship/deckhand.git", - "ref": "d7d3cbde2bd44eed0d574ec439d1f8194dbcf782" + "ref": "5cd799cc5d04527ac782270008ff647b3779ff05" }, "decorator": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index fac8b95b..e5d47575 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ fasteners==0.15 fixtures==3.0.0 flake8==3.7.9 futurist==2.2.0; python_version >= '3.6' -git+https://opendev.org/airship/deckhand.git@d7d3cbde2bd44eed0d574ec439d1f8194dbcf782#egg=deckhand +git+https://opendev.org/airship/deckhand.git@5cd799cc5d04527ac782270008ff647b3779ff05#egg=deckhand git+https://opendev.org/airship/promenade.git@3cac5cbde0c8d32d99acb7d17ef54ab0f8c70f12#egg=promenade git+https://opendev.org/airship/shipyard.git@35e5a7f796a5341e02fb0d3f2d27b41e2fb39131#egg=shipyard-client&subdirectory=src/bin/shipyard_client gitdb2==2.0.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' diff --git a/vcs-requirements.env b/vcs-requirements.env index 65afc009..6520ba0a 100644 --- a/vcs-requirements.env +++ b/vcs-requirements.env @@ -1,3 +1,3 @@ -DECKHAND_VERSION=commit/d7d3cbde2bd44eed0d574ec439d1f8194dbcf782 +DECKHAND_VERSION=commit/5cd799cc5d04527ac782270008ff647b3779ff05 SHIPYARD_VERSION=commit/35e5a7f796a5341e02fb0d3f2d27b41e2fb39131 PROMENADE_VERSION=commit/3cac5cbde0c8d32d99acb7d17ef54ab0f8c70f12