diff --git a/setup.py b/setup.py index fe0c0231..f99b1a6a 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ dependencies = [ "bitstring==3.1.7", # Binary data management library "cbor2==5.1.2", # Used for network wire format "colorlog==4.2.1", # Adds color to logs - "concurrent-log-handler==0.9.16", # Concurrently log and rotate logs + "concurrent-log-handler==0.9.17", # Concurrently log and rotate logs "cryptography==3.1", # Python cryptography library for TLS "keyring==21.4.0", # Store keys in MacOS Keychain, Windows Credential Locker "keyrings.cryptfile==1.3.4", # Secure storage for keys on Linux (Will be replaced)