Bump keyring, update GUI (#1211)

This commit is contained in:
Gene Hoffman 2021-03-09 15:30:51 -08:00 committed by GitHub
parent 439ca244aa
commit 26f18d4efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 6be45f44dadfa2f7d317d020ae8a17a691781eec
Subproject commit 798c0ec659e9cf8a29c44cbf29f96064b94635a5

View File

@ -16,7 +16,7 @@ dependencies = [
"colorlog==4.7.2", # Adds color to logs
"concurrent-log-handler==0.9.19", # Concurrently log and rotate logs
"cryptography==3.4.6", # Python cryptography library for TLS - keyring conflict
"keyring==22.3.0", # Store keys in MacOS Keychain, Windows Credential Locker
"keyring==23.0", # Store keys in MacOS Keychain, Windows Credential Locker
"keyrings.cryptfile==1.3.4", # Secure storage for keys on Linux (Will be replaced)
# "keyrings.cryptfile==1.3.8", # Secure storage for keys on Linux (Will be replaced)
# See https://github.com/frispete/keyrings.cryptfile/issues/15
@ -28,7 +28,7 @@ dependencies = [
]
upnp_dependencies = [
"miniupnpc==2.0.2", # Allows users to open ports on their router
"miniupnpc==2.1", # Allows users to open ports on their router
]
dev_dependencies = [
"pytest",