Skip to content

Commit

Permalink
sec1: (#53)
Browse files Browse the repository at this point in the history
bump cryptography version to 38.0.3 to fix OpenSSL security issue
  • Loading branch information
dennisvang authored Nov 4, 2022
1 parent 46d823b commit 2f148b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bsdiff4==1.2.2
certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==38.0.1
cryptography==38.0.3
idna==3.4
packaging==21.3
pycparser==2.21
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ packages = find:
python_requires = >=3.8
install_requires =
bsdiff4==1.2.*
cryptography>=38.0.3
packaging==21.*
securesystemslib[crypto,pynacl]==0.24.*
setuptools>=61.*.*
Expand Down

0 comments on commit 2f148b9

Please sign in to comment.