From 9aa544f18af53163047beb6b06aa277f6a5362ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2020 06:16:06 +0000 Subject: [PATCH] Bump concurrent-log-handler from 0.9.16 to 0.9.17 Bumps [concurrent-log-handler](https://github.com/Preston-Landers/concurrent-log-handler) from 0.9.16 to 0.9.17. - [Release notes](https://github.com/Preston-Landers/concurrent-log-handler/releases) - [Commits](https://github.com/Preston-Landers/concurrent-log-handler/compare/0.9.16...0.9.17) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)