remove botocore warning exceptions (#9476)

This commit is contained in:
Brad Warren
2022-11-22 06:42:00 +11:00
committed by GitHub
parent 30b4fd59a5
commit f171f0fcd9
2 changed files with 10 additions and 17 deletions
+1 -8
View File
@@ -13,16 +13,9 @@
# The current warnings being ignored are: # The current warnings being ignored are:
# 1) A deprecation warning is raised in dnspython==1.15.0 in the oldest tests for # 1) A deprecation warning is raised in dnspython==1.15.0 in the oldest tests for
# certbot-dns-rfc2136. # certbot-dns-rfc2136.
# 2) botocore's default TLS settings raise deprecation warnings in Python # 2) pytest-cov uses deprecated functionality in pytest-xdist, to be resolved by
# 3.10+, but their values are sane from a security perspective. See
# https://github.com/boto/botocore/issues/2550.
# 3) pytest-cov uses deprecated functionality in pytest-xdist, to be resolved by
# https://github.com/pytest-dev/pytest-cov/issues/557. # https://github.com/pytest-dev/pytest-cov/issues/557.
# 4) botocore is currently using the cgi module which will be removed from
# Python in version 3.13. See https://github.com/boto/botocore/issues/2803.
filterwarnings = filterwarnings =
error error
ignore:decodestring\(\) is a deprecated alias:DeprecationWarning:dns ignore:decodestring\(\) is a deprecated alias:DeprecationWarning:dns
ignore:'urllib3.contrib.pyopenssl:DeprecationWarning:botocore
ignore:.*rsyncdir:DeprecationWarning ignore:.*rsyncdir:DeprecationWarning
ignore:'cgi' is deprecated:DeprecationWarning:botocore
+9 -9
View File
@@ -8,7 +8,7 @@
alabaster==0.7.12 ; python_version >= "3.7" and python_version < "4.0" alabaster==0.7.12 ; python_version >= "3.7" and python_version < "4.0"
apacheconfig==0.3.2 ; python_version >= "3.7" and python_version < "4.0" 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" appnope==0.1.3 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "darwin"
astroid==2.12.12 ; python_full_version >= "3.7.2" and python_version < "4.0" astroid==2.12.13 ; python_full_version >= "3.7.2" and python_version < "4.0"
attrs==22.1.0 ; python_version >= "3.7" and python_version < "4.0" attrs==22.1.0 ; python_version >= "3.7" and python_version < "4.0"
azure-devops==6.0.0b4 ; 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" babel==2.11.0 ; python_version >= "3.7" and python_version < "4.0"
@@ -17,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" 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" 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" bleach==5.0.1 ; python_version >= "3.7" and python_version < "4.0"
boto3==1.26.10 ; python_version >= "3.7" and python_version < "4.0" boto3==1.26.13 ; python_version >= "3.7" and python_version < "4.0"
botocore==1.29.10 ; python_version >= "3.7" and python_version < "4.0" botocore==1.29.13 ; python_version >= "3.7" and python_version < "4.0"
cachecontrol==0.12.11 ; 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" 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" cachy==0.3.0 ; python_version >= "3.7" and python_version < "4.0"
@@ -26,7 +26,7 @@ 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" 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" 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" cleo==1.0.0a5 ; python_version >= "3.7" and python_version < "4.0"
cloudflare==2.10.4 ; python_version >= "3.7" and python_version < "4.0" cloudflare==2.10.5 ; python_version >= "3.7" and python_version < "4.0"
colorama==0.4.6 ; python_version < "4.0" and sys_platform == "win32" and python_version >= "3.7" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows" colorama==0.4.6 ; python_version < "4.0" and sys_platform == "win32" and python_version >= "3.7" 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" 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" configargparse==1.5.3 ; python_version >= "3.7" and python_version < "4.0"
@@ -102,7 +102,7 @@ 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-core==1.3.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-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" poetry==1.2.2 ; python_version >= "3.7" and python_version < "4.0"
prompt-toolkit==3.0.32 ; python_version >= "3.7" and python_version < "4.0" prompt-toolkit==3.0.33 ; python_version >= "3.7" and python_version < "4.0"
protobuf==4.21.9 ; 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" 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" py==1.11.0 ; python_version >= "3.7" and python_version < "4.0"
@@ -141,7 +141,7 @@ 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" 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" 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-rust==1.5.2 ; python_version >= "3.7" and python_version < "4.0"
setuptools==65.5.1 ; python_version >= "3.7" and python_version < "4.0" setuptools==65.6.0 ; python_version >= "3.7" and python_version < "4.0"
shellingham==1.5.0 ; 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" 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" snowballstemmer==2.2.0 ; python_version >= "3.7" and python_version < "4.0"
@@ -164,12 +164,12 @@ twine==4.0.1 ; python_version >= "3.7" and python_version < "4.0"
typed-ast==1.5.4 ; python_version < "3.8" and python_version >= "3.7" typed-ast==1.5.4 ; python_version < "3.8" and python_version >= "3.7"
types-cryptography==3.3.23.2 ; 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-pyopenssl==22.1.0.2 ; 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-pyrfc3339==1.1.1.1 ; python_version >= "3.7" and python_version < "4.0"
types-python-dateutil==2.8.19.4 ; python_version >= "3.7" and python_version < "4.0" types-python-dateutil==2.8.19.4 ; 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-pytz==2022.6.0.1 ; python_version >= "3.7" and python_version < "4.0"
types-requests==2.28.11.5 ; python_version >= "3.7" and python_version < "4.0" types-requests==2.28.11.5 ; python_version >= "3.7" and python_version < "4.0"
types-setuptools==65.5.0.3 ; python_version >= "3.7" and python_version < "4.0" types-setuptools==65.6.0.0 ; python_version >= "3.7" and python_version < "4.0"
types-six==1.16.21.3 ; python_version >= "3.7" and python_version < "4.0" types-six==1.16.21.4 ; python_version >= "3.7" and python_version < "4.0"
types-urllib3==1.26.25.4 ; python_version >= "3.7" and python_version < "4.0" types-urllib3==1.26.25.4 ; python_version >= "3.7" and python_version < "4.0"
typing-extensions==4.4.0 ; 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" uritemplate==4.1.1 ; python_version >= "3.7" and python_version < "4.0"