Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex ZORIN <alex@zor.io>2022-03-18 08:35:50 +0300
committerAlex ZORIN <alex@zor.io>2022-03-18 08:35:50 +0300
commit68f459d3a0be4a7864f3848c3b61de786b927977 (patch)
treeefe1b812782c9e3f097ab54341f7b68b12e6290a
parent54047011110341952b60dad88d5ec848d2e2cc71 (diff)
pinning: update awscli pinrepin-awscli
-rw-r--r--tools/pinning/current/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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