Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump black to 22.3.0 #2153

Merged
merged 2 commits into from Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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