diff --git a/setup.py b/setup.py index eaea633278e9..873fd14a38c6 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ dependencies = [ "bitstring==4.0.1", # Binary data management library "colorama==0.4.6", # Colorizes terminal output "colorlog==6.7.0", # Adds color to logs - "concurrent-log-handler==0.9.20", # Concurrently log and rotate logs + "concurrent-log-handler==0.9.23", # Concurrently log and rotate logs "cryptography==39.0.1", # Python cryptography library for TLS - keyring conflict "filelock==3.12.0", # For reading and writing config multiprocess and multithread safely (non-reentrant locks) "keyring==23.13.1", # Store keys in MacOS Keychain, Windows Credential Locker