Merge pull request #1724 from XRPLF/dependabot/pip/content/_code-samples/airgapped-wallet/py/cryptography-39.0.1

Bump cryptography from 35.0.0 to 39.0.1 in /content/_code-samples/airgapped-wallet/py
This commit is contained in:
Rome Reginelli
2023-03-09 15:40:46 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ def create_wallet_directory():
print("- OS Detected: Windows")
File = PureWindowsPath(str(usr) + '/WalletTEST')
Path_ = str(PureWindowsPath(str(usr)))
if OS == "Linux":
else:
print("- OS Detected: Linux")
# If it's Linux, use this path:
File = PurePath(str(usr) + '/WalletTEST')

View File

@@ -4,7 +4,7 @@ base58==2.1.0
certifi==2022.12.7
cffi==1.15.0
colorama==0.4.4
cryptography==35.0.0
cryptography==39.0.1
Django==3.2.16
ECPy==1.2.5
h11==0.12.0