diff --git a/requires.txt b/requires.txt index 327bfaa79..730a3f0e5 100644 --- a/requires.txt +++ b/requires.txt @@ -14,7 +14,7 @@ concurrent-log-handler==0.9.19 cryptography==3.4.7 fasteners==0.16.3 keyring==23.0.1 -keyrings.cryptfile==1.3.4 +keyrings.cryptfile==1.3.9 PyYAML==5.4.1 setproctitle==1.2.2 sortedcontainers==2.3.0 diff --git a/setup.py b/setup.py index 5052c4757..28e2f44a4 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "cryptography==3.4.7", # Python cryptography library for TLS - keyring conflict "fasteners==0.16.3", # For interprocess file locking "keyring==23.0.1", # 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.9", # 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 "PyYAML==5.4.1", # Used for config file format