update dependencies (#9848)

This commit is contained in:
Brad Warren
2023-12-05 10:33:31 -08:00
committed by GitHub
parent 619654f317
commit 3833255980
3 changed files with 53 additions and 50 deletions
+3
View File
@@ -24,6 +24,8 @@
# 5) Ignore DeprecationWarning for datetime.utcfromtimestamp() triggered
# when importing the pytz.tzinfo module
# https://github.com/stub42/pytz/issues/105
# 6) Ignoring this allows us to continue to update pyOpenSSL (one of our crypto
# dependencies) until https://github.com/certbot/certbot/issues/9828 is resolved.
filterwarnings =
error
ignore:decodestring\(\) is a deprecated alias:DeprecationWarning:dns
@@ -31,3 +33,4 @@ filterwarnings =
ignore:'urllib3.contrib.pyopenssl:DeprecationWarning:requests_toolbelt
ignore:update_symlinks is deprecated:PendingDeprecationWarning
ignore:.*datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:pytz.tzinfo
ignore:X509Extension support in pyOpenSSL is deprecated:DeprecationWarning