diff options
author | James Falcon <therealfalcon@gmail.com> | 2021-07-05 22:40:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-05 22:40:50 -0500 |
commit | 7f5e6822cce7218bdb7df2bfb0788c9ee64a1ad2 (patch) | |
tree | 9269ba20e849511d178cc2fae07cfab61fae91b3 /integration-requirements.txt | |
parent | 894dd7c4fbca019ab2703de860b3d28e2722534b (diff) | |
download | vyos-cloud-init-7f5e6822cce7218bdb7df2bfb0788c9ee64a1ad2.tar.gz vyos-cloud-init-7f5e6822cce7218bdb7df2bfb0788c9ee64a1ad2.zip |
bump pycloudlib version (#935)
Diffstat (limited to 'integration-requirements.txt')
-rw-r--r-- | integration-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-requirements.txt b/integration-requirements.txt index 8b6a9514..20940328 100644 --- a/integration-requirements.txt +++ b/integration-requirements.txt @@ -1,5 +1,5 @@ # PyPI requirements for cloud-init integration testing # https://cloudinit.readthedocs.io/en/latest/topics/integration_tests.html # -pycloudlib @ git+https://github.com/canonical/pycloudlib.git@c128d4d87b226b9c294de167ed753e644cf0526a +pycloudlib @ git+https://github.com/canonical/pycloudlib.git@245ca0b97e71926fdb651147e42d6256b17f6778 pytest |