Skip to content

Commit

Permalink
Upgrade pyopenssl to 24.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benbusby committed Mar 6, 2024
1 parent bebc2d1 commit eb20b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pluggy==1.0.0
pycodestyle==2.10.0
pycparser==2.21
pyOpenSSL==19.1.0; platform_machine == 'armv7l'
pyOpenSSL==23.2.0; platform_machine != 'armv7l'
pyOpenSSL==24.0.0; platform_machine != 'armv7l'
pyparsing==3.0.9
PySocks==1.7.1
pytest==7.2.1
Expand Down

0 comments on commit eb20b61

Please sign in to comment.