Skip to content

Commit

Permalink
Update to the latest cryptography and pyOpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jan 8, 2024
1 parent 64a0579 commit 6fd8ee6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ black==21.9b0
cbor2==5.5.0
cffi==1.15.0
click==8.0.3
cryptography==41.0.4
cryptography==41.0.7
mccabe==0.6.1
mypy==1.4.1
mypy-extensions==1.0.0
Expand All @@ -12,7 +12,7 @@ platformdirs==2.4.0
pycodestyle==2.8.0
pycparser==2.20
pyflakes==2.4.0
pyOpenSSL==23.2.0
pyOpenSSL==23.3.0
regex==2021.10.8
six==1.16.0
toml==0.10.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def find_version(*file_paths):
install_requires=[
"asn1crypto>=1.4.0",
"cbor2>=5.4.6",
"cryptography>=41.0.4",
"pyOpenSSL>=23.2.0",
"cryptography>=41.0.7",
"pyOpenSSL>=23.3.0",
],
)

0 comments on commit 6fd8ee6

Please sign in to comment.