Skip to content

Commit

Permalink
Update pyopenssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
benbusby committed Sep 30, 2024
1 parent 6f5eb1d commit 7781da3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ beautifulsoup4==4.11.2
brotli==1.0.9
cachelib==0.10.2
certifi==2024.7.4
cffi==1.15.1
cffi==1.17.1
chardet==5.1.0
click==8.1.3
cryptography==3.3.2; platform_machine == 'armv7l'
Expand All @@ -19,9 +19,9 @@ more-itertools==9.0.0
packaging==23.0
pluggy==1.0.0
pycodestyle==2.10.0
pycparser==2.21
pycparser==2.22
pyOpenSSL==19.1.0; platform_machine == 'armv7l'
pyOpenSSL==24.0.0; platform_machine != 'armv7l'
pyOpenSSL==24.2.1; platform_machine != 'armv7l'
pyparsing==3.0.9
PySocks==1.7.1
pytest==7.2.1
Expand Down

0 comments on commit 7781da3

Please sign in to comment.