Bump colorlog from 4.7.2 to 4.8.0

Bumps [colorlog](https://github.com/borntyping/python-colorlog) from 4.7.2 to 4.8.0.
- [Release notes](https://github.com/borntyping/python-colorlog/releases)
- [Commits](https://github.com/borntyping/python-colorlog/compare/v4.7.2...v4.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-23 23:42:50 +00:00 committed by Gene Hoffman
parent e123ec9ef8
commit ae53e7e185

View File

@ -12,7 +12,7 @@ dependencies = [
"aiohttp==3.7.4", # HTTP server for full node rpc
"aiosqlite==0.17.0", # asyncio wrapper for sqlite, to store blocks
"bitstring==3.1.7", # Binary data management library
"colorlog==4.7.2", # Adds color to logs
"colorlog==4.8.0", # Adds color to logs
"concurrent-log-handler==0.9.19", # Concurrently log and rotate logs
"cryptography==3.4.6", # Python cryptography library for TLS - keyring conflict
"keyring==23.0", # Store keys in MacOS Keychain, Windows Credential Locker