Bump black to 22.3.0 (#2153)

* Bump black to 22.3.0

* Apply black
This commit is contained in:
Marcelo Trylesinski 2022-03-30 10:56:57 +02:00 committed by GitHub
parent 4747c316d8
commit 3f9da8e0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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:

View File

@ -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