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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-08 06:16:06 +00:00 committed by Gene Hoffman
parent 4bb3f46c56
commit 9aa544f18a
1 changed files with 1 additions and 1 deletions

View File

@ -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)