diff --git a/rebuild b/rebuild index 3c0c971..9a30207 100644 --- a/rebuild +++ b/rebuild @@ -2,4 +2,4 @@ # when dependencies of the charm change, # but nothing in the charm needs to. # simply change the uuid to something new -53c3d92e-1178-11ec-83e0-e33587f0c7c9 +accd2148-3b6e-11ee-8c97-b31b82c6e434 diff --git a/tox.ini b/tox.ini index 25a5940..ff8c050 100644 --- a/tox.ini +++ b/tox.ini @@ -92,7 +92,8 @@ commands = stestr run --slowest {posargs} [testenv:pep8] basepython = python3 deps = flake8==3.9.2 - charm-tools==2.8.5 + PyYAML==6.0.1 + charm-tools==2.8.6 commands = flake8 {posargs} src unit_tests [testenv:func-target]