From 05a9ded297daf58144d966c6d6276f039761dd8d Mon Sep 17 00:00:00 2001 From: alexzorin Date: Thu, 24 Mar 2022 09:13:05 +1100 Subject: [PATCH] pinning: update awscli pin (#9242) --- tools/pinning/current/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pinning/current/pyproject.toml b/tools/pinning/current/pyproject.toml index c09f89806..3021d2956 100644 --- a/tools/pinning/current/pyproject.toml +++ b/tools/pinning/current/pyproject.toml @@ -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