diff --git a/setup.py b/setup.py index ccf0f4838ae1..9b5b8d94799e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ dependencies = [ "colorama==0.4.6", # Colorizes terminal output "colorlog==6.7.0", # Adds color to logs "concurrent-log-handler==0.9.24", # Concurrently log and rotate logs - "cryptography==41.0.0", # Python cryptography library for TLS - keyring conflict + "cryptography==41.0.1", # Python cryptography library for TLS - keyring conflict "filelock==3.12.2", # For reading and writing config multiprocess and multithread safely (non-reentrant locks) "keyring==23.13.1", # Store keys in MacOS Keychain, Windows Credential Locker "PyYAML==6.0", # Used for config file format