We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8adff7 commit 00a658cCopy full SHA for 00a658c
setup.py
@@ -20,7 +20,7 @@
20
"aiosqlite==0.19.0", # asyncio wrapper for sqlite, to store blocks
21
"bitstring==4.1.4", # Binary data management library
22
"colorama==0.4.6", # Colorizes terminal output
23
- "colorlog==6.7.0", # Adds color to logs
+ "colorlog==6.8.0", # Adds color to logs
24
"concurrent-log-handler==0.9.24", # Concurrently log and rotate logs
25
"cryptography==41.0.7", # Python cryptography library for TLS - keyring conflict
26
"filelock==3.13.1", # For reading and writing config multiprocess and multithread safely (non-reentrant locks)
0 commit comments