From 0ed020c7224ced18069c9aebcfb08cdf6164ad44 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Mon, 7 Oct 2024 08:19:12 -0500 Subject: [PATCH] chore: bump pycloudlib to required version Commit 99f4ca4f bumped the max version of pycloudlib without bumping the min version. --- integration-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-requirements.txt b/integration-requirements.txt index bac20d8f4af..c65dac98967 100644 --- a/integration-requirements.txt +++ b/integration-requirements.txt @@ -2,7 +2,7 @@ # PyPI requirements for cloud-init integration testing # https://docs.cloud-init.io/en/latest/development/integration_tests.html # -pycloudlib>=1!9.1.0,<1!11 +pycloudlib>=1!10.0.2,<1!11 # Avoid breaking change in `testpaths` treatment forced # test/unittests/conftest.py to be loaded by our integration-tests tox env