parent
4747c316d8
commit
3f9da8e0f5
@ -36,7 +36,6 @@ if sys.version_info >= (3, 10) or (
|
||||
# https://docs.python.org/3.7/library/ssl.html#ssl.SSLContext.minimum_version
|
||||
context.minimum_version = ssl.TLSVersion.TLSv1_2
|
||||
|
||||
|
||||
else:
|
||||
|
||||
def set_minimum_tls_version_1_2(context: ssl.SSLContext) -> None:
|
||||
|
||||
@ -17,7 +17,7 @@ wheel==0.37.0
|
||||
|
||||
# Tests & Linting
|
||||
autoflake==1.4
|
||||
black==21.11b1
|
||||
black==22.3.0
|
||||
coverage==6.0.2
|
||||
cryptography==36.0.1
|
||||
flake8==3.9.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user