Skip to content

Commit d1920a4

Browse files
committed
Upgrade to colored==1.4.3
1 parent 5d01bfa commit d1920a4

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ grafana-wtf changelog
55

66
in progress
77
===========
8+
- Upgrade to ``colored==1.4.3``
89

910
2021-10-01 0.10.0
1011
=================

grafana_wtf/core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525

2626
log = logging.getLogger(__name__)
2727

28-
# Use ANSI colors only on TTYs.
29-
colored.set_tty_aware()
30-
3128

3229
class GrafanaSearch:
3330

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# Output
2525
'tabulate>=0.8.5,<0.9',
26-
'colored>=1.4.0',
26+
'colored>=1.4.3,<2',
2727
'Pygments>=2.7.4,<3',
2828

2929
]

0 commit comments

Comments
 (0)