]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Bump `black` to 22.3.0 (#2153)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Wed, 30 Mar 2022 08:56:57 +0000 (10:56 +0200)
committerGitHub <noreply@github.com>
Wed, 30 Mar 2022 08:56:57 +0000 (09:56 +0100)
* Bump black to 22.3.0

* Apply black

httpx/_compat.py
requirements.txt

index ed61e98f60960090f62ef49585987198be34252d..e7680242e537d5d1e94b0c6fab2a784cfd362f10 100644 (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:
index b135cf5335b6398b14bc232a7c1c6c5a9a80b2b5..44307ddd6f874a5ff32c5ed6c5fa8503387df905 100644 (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