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:
authorBrad Warren <bmw@eff.org>2022-11-11 04:06:50 +0300
committerBrad Warren <bmw@eff.org>2022-11-11 04:06:50 +0300
commit7ea9417ab6de8b1dd939b7e5453109a0647e67a8 (patch)
treef552441e5376c6a72b49d3551237bf1a64a8e86b
parent79657ca95f12d62d9e85841e5300b2c61b74a3b2 (diff)
drop awsclidrop-awscli
-rw-r--r--letstest/setup.py4
-rw-r--r--tools/pinning/current/pyproject.toml8
-rw-r--r--tools/requirements.txt59
3 files changed, 29 insertions, 42 deletions
diff --git a/letstest/setup.py b/letstest/setup.py
index 4f05c8754..101b22e31 100644
--- a/letstest/setup.py
+++ b/letstest/setup.py
@@ -27,10 +27,6 @@ setup(
packages=find_packages(),
include_package_data=True,
install_requires=[
- # awscli isn't required by the tests themselves, but it is a useful
- # tool to have when using these tests to generate keys and control
- # running instances so the dependency is declared here for convenience.
- 'awscli',
'boto3',
'botocore',
# The API from Fabric 2.0+ is used instead of the 1.0 API.
diff --git a/tools/pinning/current/pyproject.toml b/tools/pinning/current/pyproject.toml
index ae3df1a01..7a99f6fa8 100644
--- a/tools/pinning/current/pyproject.toml
+++ b/tools/pinning/current/pyproject.toml
@@ -36,14 +36,6 @@ letstest = {path = "../../../letstest"}
windows-installer = {path = "../../../windows-installer"}
# Extra dependencies
-# awscli is just listed here as a performance optimization. As of writing this,
-# there are some conflicts in shared dependencies between it and other packages
-# we depend on. To try and resolve them, poetry searches through older versions
-# of awscli to see if that resolves the conflict, but there are over 1000
-# 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.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
diff --git a/tools/requirements.txt b/tools/requirements.txt
index cbfe6f865..17b2167f4 100644
--- a/tools/requirements.txt
+++ b/tools/requirements.txt
@@ -10,7 +10,6 @@ apacheconfig==0.3.2 ; python_version >= "3.7" and python_version < "4.0"
appnope==0.1.3 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "darwin"
astroid==2.11.7 ; python_version >= "3.7" and python_version < "4.0"
attrs==22.1.0 ; python_version >= "3.7" and python_version < "4.0"
-awscli==1.27.0 ; python_version >= "3.7" and python_version < "4.0"
azure-devops==6.0.0b4 ; python_version >= "3.7" and python_version < "4.0"
babel==2.11.0 ; python_version >= "3.7" and python_version < "4.0"
backcall==0.2.0 ; python_version >= "3.7" and python_version < "4.0"
@@ -18,8 +17,8 @@ backports-cached-property==1.0.2 ; python_version >= "3.7" and python_version <
bcrypt==4.0.1 ; python_version >= "3.7" and python_version < "4.0"
beautifulsoup4==4.11.1 ; python_version >= "3.7" and python_version < "4.0"
bleach==5.0.1 ; python_version >= "3.7" and python_version < "4.0"
-boto3==1.26.0 ; python_version >= "3.7" and python_version < "4.0"
-botocore==1.29.0 ; python_version >= "3.7" and python_version < "4.0"
+boto3==1.26.7 ; python_version >= "3.7" and python_version < "4.0"
+botocore==1.29.7 ; python_version >= "3.7" and python_version < "4.0"
cachecontrol==0.12.11 ; python_version >= "3.7" and python_version < "4.0"
cachetools==5.2.0 ; python_version >= "3.7" and python_version < "4.0"
cachy==0.3.0 ; python_version >= "3.7" and python_version < "4.0"
@@ -27,8 +26,8 @@ certifi==2022.9.24 ; python_version >= "3.7" and python_version < "4"
cffi==1.15.1 ; python_version >= "3.7" and python_version < "4.0"
charset-normalizer==2.1.1 ; python_version >= "3.7" and python_version < "4"
cleo==1.0.0a5 ; python_version >= "3.7" and python_version < "4.0"
-cloudflare==2.10.2 ; python_version >= "3.7" and python_version < "4.0"
-colorama==0.4.4 ; python_version >= "3.7" and python_version < "4.0"
+cloudflare==2.10.4 ; python_version >= "3.7" and python_version < "4.0"
+colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows"
commonmark==0.9.1 ; python_version >= "3.7" and python_version < "4.0"
configargparse==1.5.3 ; python_version >= "3.7" and python_version < "4.0"
configobj==5.0.6 ; python_version >= "3.7" and python_version < "4.0"
@@ -42,16 +41,16 @@ distlib==0.3.6 ; python_version >= "3.7" and python_version < "4.0"
distro==1.8.0 ; python_version >= "3.7" and python_version < "4.0"
dns-lexicon==3.11.7 ; python_version >= "3.7" and python_version < "4.0"
dnspython==2.2.1 ; python_version >= "3.7" and python_version < "4.0"
-docutils==0.16 ; python_version >= "3.7" and python_version < "4.0"
+docutils==0.17.1 ; python_version >= "3.7" and python_version < "4.0"
dulwich==0.20.50 ; python_version >= "3.7" and python_version < "4.0"
-exceptiongroup==1.0.0 ; python_version >= "3.7" and python_version < "3.11"
+exceptiongroup==1.0.1 ; python_version >= "3.7" and python_version < "3.11"
execnet==1.9.0 ; python_version >= "3.7" and python_version < "4.0"
fabric==2.7.1 ; python_version >= "3.7" and python_version < "4.0"
filelock==3.8.0 ; python_version >= "3.7" and python_version < "4.0"
google-api-core==2.10.2 ; python_version >= "3.7" and python_version < "4.0"
google-api-python-client==2.65.0 ; python_version >= "3.7" and python_version < "4.0"
google-auth-httplib2==0.1.0 ; python_version >= "3.7" and python_version < "4.0"
-google-auth==2.14.0 ; python_version >= "3.7" and python_version < "4.0"
+google-auth==2.14.1 ; python_version >= "3.7" and python_version < "4.0"
googleapis-common-protos==1.56.4 ; python_version >= "3.7" and python_version < "4.0"
html5lib==1.1 ; python_version >= "3.7" and python_version < "4.0"
httplib2==0.21.0 ; python_version >= "3.7" and python_version < "4.0"
@@ -74,7 +73,7 @@ josepy==1.13.0 ; python_version >= "3.7" and python_version < "4.0"
jsonlines==3.1.0 ; python_version >= "3.7" and python_version < "4.0"
jsonpickle==2.2.0 ; python_version >= "3.7" and python_version < "4.0"
jsonschema==4.17.0 ; python_version >= "3.7" and python_version < "4.0"
-keyring==23.9.3 ; python_version >= "3.7" and python_version < "4.0"
+keyring==23.11.0 ; python_version >= "3.7" and python_version < "4.0"
lazy-object-proxy==1.8.0 ; python_version >= "3.7" and python_version < "4.0"
lockfile==0.12.2 ; python_version >= "3.7" and python_version < "4.0"
markupsafe==2.1.1 ; python_version >= "3.7" and python_version < "4.0"
@@ -89,22 +88,22 @@ mypy==0.982 ; python_version >= "3.7" and python_version < "4.0"
oauth2client==4.1.3 ; python_version >= "3.7" and python_version < "4.0"
oauthlib==3.2.2 ; python_version >= "3.7" and python_version < "4.0"
packaging==21.3 ; python_version >= "3.7" and python_version < "4.0"
-paramiko==2.11.0 ; python_version >= "3.7" and python_version < "4.0"
+paramiko==2.12.0 ; python_version >= "3.7" and python_version < "4.0"
parsedatetime==2.6 ; python_version >= "3.7" and python_version < "4.0"
parso==0.8.3 ; python_version >= "3.7" and python_version < "4.0"
pathlib2==2.3.7.post1 ; python_version >= "3.7" and python_version < "4.0"
pexpect==4.8.0 ; python_version >= "3.7" and python_version < "4.0"
pickleshare==0.7.5 ; python_version >= "3.7" and python_version < "4.0"
-pip==22.3 ; python_version >= "3.7" and python_version < "4.0"
+pip==22.3.1 ; python_version >= "3.7" and python_version < "4.0"
pkginfo==1.8.3 ; python_version >= "3.7" and python_version < "4.0"
pkgutil-resolve-name==1.3.10 ; python_version >= "3.7" and python_version < "3.9"
-platformdirs==2.5.2 ; python_version >= "3.7" and python_version < "4.0"
+platformdirs==2.5.3 ; python_version >= "3.7" and python_version < "4.0"
pluggy==1.0.0 ; python_version >= "3.7" and python_version < "4.0"
ply==3.11 ; python_version >= "3.7" and python_version < "4.0"
poetry-core==1.3.2 ; python_version >= "3.7" and python_version < "4.0"
-poetry-plugin-export==1.1.2 ; python_version >= "3.7" and python_version < "4.0"
+poetry-plugin-export==1.2.0 ; python_version >= "3.7" and python_version < "4.0"
poetry==1.2.2 ; python_version >= "3.7" and python_version < "4.0"
-prompt-toolkit==3.0.31 ; python_version >= "3.7" and python_version < "4.0"
+prompt-toolkit==3.0.32 ; python_version >= "3.7" and python_version < "4.0"
protobuf==4.21.9 ; python_version >= "3.7" and python_version < "4.0"
ptyprocess==0.7.0 ; python_version >= "3.7" and python_version < "4.0"
py==1.11.0 ; python_version >= "3.7" and python_version < "4.0"
@@ -119,7 +118,7 @@ pynsist==2.7 ; python_version >= "3.7" and python_version < "4.0"
pyopenssl==22.1.0 ; python_version >= "3.7" and python_version < "4.0"
pyparsing==3.0.9 ; python_version >= "3.7" and python_version < "4.0"
pyrfc3339==1.1 ; python_version >= "3.7" and python_version < "4.0"
-pyrsistent==0.19.1 ; python_version >= "3.7" and python_version < "4.0"
+pyrsistent==0.19.2 ; python_version >= "3.7" and python_version < "4.0"
pytest-cov==4.0.0 ; python_version >= "3.7" and python_version < "4.0"
pytest-xdist==3.0.2 ; python_version >= "3.7" and python_version < "4.0"
pytest==7.2.0 ; python_version >= "3.7" and python_version < "4.0"
@@ -128,8 +127,8 @@ python-dateutil==2.8.2 ; python_version >= "3.7" and python_version < "4.0"
python-digitalocean==1.17.0 ; python_version >= "3.7" and python_version < "4.0"
pytz==2022.6 ; python_version >= "3.7" and python_version < "4.0"
pywin32-ctypes==0.2.0 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32"
-pywin32==304 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32"
-pyyaml==5.4.1 ; python_version >= "3.7" and python_version < "4.0"
+pywin32==305 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32"
+pyyaml==6.0 ; python_version >= "3.7" and python_version < "4.0"
readme-renderer==37.3 ; python_version >= "3.7" and python_version < "4.0"
requests-download==0.1.2 ; python_version >= "3.7" and python_version < "4.0"
requests-file==1.5.1 ; python_version >= "3.7" and python_version < "4.0"
@@ -138,18 +137,18 @@ requests-toolbelt==0.9.1 ; python_version >= "3.7" and python_version < "4.0"
requests==2.28.1 ; python_version >= "3.7" and python_version < "4"
rfc3986==2.0.0 ; python_version >= "3.7" and python_version < "4.0"
rich==12.6.0 ; python_version >= "3.7" and python_version < "4.0"
-rsa==4.7.2 ; python_version >= "3.7" and python_version < "4"
+rsa==4.9 ; python_version >= "3.7" and python_version < "4"
s3transfer==0.6.0 ; python_version >= "3.7" and python_version < "4.0"
secretstorage==3.3.3 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux"
semantic-version==2.10.0 ; python_version >= "3.7" and python_version < "4.0"
setuptools-rust==1.5.2 ; python_version >= "3.7" and python_version < "4.0"
-setuptools==65.5.0 ; python_version >= "3.7" and python_version < "4.0"
+setuptools==65.5.1 ; python_version >= "3.7" and python_version < "4.0"
shellingham==1.5.0 ; python_version >= "3.7" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.7" and python_version < "4.0"
snowballstemmer==2.2.0 ; python_version >= "3.7" and python_version < "4.0"
soupsieve==2.3.2.post1 ; python_version >= "3.7" and python_version < "4.0"
-sphinx-rtd-theme==1.1.0 ; python_version >= "3.7" and python_version < "4.0"
-sphinx==5.1.1 ; python_version >= "3.7" and python_version < "4.0"
+sphinx-rtd-theme==1.1.1 ; python_version >= "3.7" and python_version < "4.0"
+sphinx==5.3.0 ; python_version >= "3.7" and python_version < "4.0"
sphinxcontrib-applehelp==1.0.2 ; python_version >= "3.7" and python_version < "4.0"
sphinxcontrib-devhelp==1.0.2 ; python_version >= "3.7" and python_version < "4.0"
sphinxcontrib-htmlhelp==2.0.0 ; python_version >= "3.7" and python_version < "4.0"
@@ -164,28 +163,28 @@ tox==3.27.0 ; python_version >= "3.7" and python_version < "4.0"
traitlets==5.5.0 ; python_version >= "3.7" and python_version < "4.0"
twine==4.0.1 ; python_version >= "3.7" and python_version < "4.0"
typed-ast==1.5.4 ; python_version >= "3.7" and python_version < "3.8"
-types-cryptography==3.3.23.1 ; python_version >= "3.7" and python_version < "4.0"
+types-cryptography==3.3.23.2 ; python_version >= "3.7" and python_version < "4.0"
types-mock==4.0.15.2 ; python_version >= "3.7" and python_version < "4.0"
-types-pyopenssl==22.1.0.1 ; python_version >= "3.7" and python_version < "4.0"
+types-pyopenssl==22.1.0.2 ; python_version >= "3.7" and python_version < "4.0"
types-pyrfc3339==1.1.1 ; python_version >= "3.7" and python_version < "4.0"
-types-python-dateutil==2.8.19.2 ; python_version >= "3.7" and python_version < "4.0"
+types-python-dateutil==2.8.19.3 ; python_version >= "3.7" and python_version < "4.0"
types-pytz==2022.6.0.1 ; python_version >= "3.7" and python_version < "4.0"
-types-requests==2.28.11.2 ; python_version >= "3.7" and python_version < "4.0"
+types-requests==2.28.11.4 ; python_version >= "3.7" and python_version < "4.0"
types-setuptools==65.5.0.2 ; python_version >= "3.7" and python_version < "4.0"
-types-six==1.16.21 ; python_version >= "3.7" and python_version < "4.0"
-types-urllib3==1.26.25.1 ; python_version >= "3.7" and python_version < "4.0"
+types-six==1.16.21.2 ; python_version >= "3.7" and python_version < "4.0"
+types-urllib3==1.26.25.3 ; python_version >= "3.7" and python_version < "4.0"
typing-extensions==4.4.0 ; python_version >= "3.7" and python_version < "4.0"
uritemplate==4.1.1 ; python_version >= "3.7" and python_version < "4.0"
urllib3==1.26.12 ; python_version >= "3.7" and python_version < "4"
virtualenv==20.16.6 ; python_version >= "3.7" and python_version < "4.0"
wcwidth==0.2.5 ; python_version >= "3.7" and python_version < "4.0"
webencodings==0.5.1 ; python_version >= "3.7" and python_version < "4.0"
-wheel==0.37.1 ; python_version >= "3.7" and python_version < "4.0"
+wheel==0.38.4 ; python_version >= "3.7" and python_version < "4.0"
wrapt==1.14.1 ; python_version >= "3.7" and python_version < "4.0"
xattr==0.9.9 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "darwin"
yarg==0.1.9 ; python_version >= "3.7" and python_version < "4.0"
zipp==3.10.0 ; python_version >= "3.7" and python_version < "4.0"
zope-component==5.0.1 ; python_version >= "3.7" and python_version < "4.0"
zope-event==4.5.0 ; python_version >= "3.7" and python_version < "4.0"
-zope-hookable==5.2 ; python_version >= "3.7" and python_version < "4.0"
-zope-interface==5.5.0 ; python_version >= "3.7" and python_version < "4.0"
+zope-hookable==5.3 ; python_version >= "3.7" and python_version < "4.0"
+zope-interface==5.5.1 ; python_version >= "3.7" and python_version < "4.0"