mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
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:
@@ -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')
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user