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.
colored==1.4.3
1 parent 5d01bfa commit d1920a4Copy full SHA for d1920a4
CHANGES.rst
@@ -5,6 +5,7 @@ grafana-wtf changelog
5
6
in progress
7
===========
8
+- Upgrade to ``colored==1.4.3``
9
10
2021-10-01 0.10.0
11
=================
grafana_wtf/core.py
@@ -25,9 +25,6 @@
25
26
log = logging.getLogger(__name__)
27
28
-# Use ANSI colors only on TTYs.
29
-colored.set_tty_aware()
30
-
31
32
class GrafanaSearch:
33
setup.py
@@ -23,7 +23,7 @@
23
24
# Output
'tabulate>=0.8.5,<0.9',
- 'colored>=1.4.0',
+ 'colored>=1.4.3,<2',
'Pygments>=2.7.4,<3',
]
0 commit comments