pinning: update awscli pin (#9242)

This commit is contained in:
alexzorin
2022-03-23 15:13:05 -07:00
committed by GitHub
parent 690f62bae2
commit 05a9ded297
+1 -1
View File
@@ -43,7 +43,7 @@ windows-installer = {path = "../../../windows-installer"}
# versions of awscli on PyPI so this process takes too long. Providing a high
# minimum version here prevents poetry from searching this path and it fairly
# quickly resolves the dependency conflict in another way.
awscli = ">=1.19.62"
awscli = ">=1.22.76"
# As of writing this, cython is a build dependency of pyyaml. Since there
# doesn't appear to be a good way to automatically track down and pin build
# dependencies in Python (see