Skip to content

Commit

Permalink
Bump black to 22.3.0 (#2153)
Browse files Browse the repository at this point in the history
* Bump black to 22.3.0

* Apply black
  • Loading branch information
Kludex committed Mar 30, 2022
1 parent 4747c31 commit 3f9da8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion httpx/_compat.py
Expand Up @@ -36,7 +36,6 @@ def set_minimum_tls_version_1_2(context: ssl.SSLContext) -> None:
# 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:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -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
Expand Down

0 comments on commit 3f9da8e

Please sign in to comment.