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

upgrade pyOpenSSL to 22.0.0 #32044

Merged
merged 1 commit into from
Oct 28, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ contextlib2==21.6.0
# schema
coverage==5.5
# via -r test-requirements.in
cryptography==3.4.8
cryptography==37.0.4
# via
# jwcrypto
# oic
Expand Down Expand Up @@ -460,7 +460,7 @@ pyjwt==2.4.0
# twilio
pynacl==1.5.0
# via pygithub
pyopenssl==20.0.1
pyopenssl==22.0.0
# via -r sso-requirements.in
pyparsing==2.4.7
# via
Expand Down Expand Up @@ -594,7 +594,6 @@ six==1.16.0
# packaging
# protobuf
# pyjwkest
# pyopenssl
# python-dateutil
# pyzxcvbn
# qrcode
Expand Down
5 changes: 2 additions & 3 deletions requirements/prod-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ commcaretranslationchecker==0.9.7
# via -r base-requirements.in
contextlib2==21.6.0
# via schema
cryptography==3.4.8
cryptography==37.0.4
# via
# -r prod-requirements.in
# jwcrypto
Expand Down Expand Up @@ -389,7 +389,7 @@ pyjwt==2.4.0
# twilio
pynacl==1.5.0
# via pygithub
pyopenssl==20.0.1
pyopenssl==22.0.0
# via
# -r prod-requirements.in
# -r sso-requirements.in
Expand Down Expand Up @@ -510,7 +510,6 @@ six==1.16.0
# jsonschema
# protobuf
# pyjwkest
# pyopenssl
# python-dateutil
# pyzxcvbn
# qrcode
Expand Down
5 changes: 2 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ commcaretranslationchecker==0.9.7
# via -r base-requirements.in
contextlib2==21.6.0
# via schema
cryptography==3.4.8
cryptography==37.0.4
# via
# jwcrypto
# oic
Expand Down Expand Up @@ -348,7 +348,7 @@ pyjwt==2.4.0
# twilio
pynacl==1.5.0
# via pygithub
pyopenssl==20.0.1
pyopenssl==22.0.0
# via -r sso-requirements.in
pyparsing==3.0.7
# via httplib2
Expand Down Expand Up @@ -462,7 +462,6 @@ six==1.16.0
# jsonschema
# protobuf
# pyjwkest
# pyopenssl
# python-dateutil
# pyzxcvbn
# qrcode
Expand Down
5 changes: 2 additions & 3 deletions requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ contextlib2==21.6.0
# via schema
coverage==5.5
# via -r test-requirements.in
cryptography==3.4.8
cryptography==37.0.4
# via
# jwcrypto
# oic
Expand Down Expand Up @@ -380,7 +380,7 @@ pyjwt==2.4.0
# twilio
pynacl==1.5.0
# via pygithub
pyopenssl==20.0.1
pyopenssl==22.0.0
# via -r sso-requirements.in
pyparsing==3.0.7
# via httplib2
Expand Down Expand Up @@ -501,7 +501,6 @@ six==1.16.0
# mando
# protobuf
# pyjwkest
# pyopenssl
# python-dateutil
# pyzxcvbn
# qrcode
Expand Down