From 71b74329a3a7280fcd6a36b4ba94f91d8a774ba7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 11 Jan 2016 07:47:53 +0100 Subject: [PATCH] requirements: Update colorama to 0.3.6. 0.3.6 - fix ValueError when a closed stream was used 0.3.5 - Bumping version to re-upload a wheel distribution 0.3.4 - stream redirection now strips ANSI codes on Linux - strip readline markers - assign orig_stdout and orig_stderr when initialising - Fore.RESET did not reset style of LIGHT_EX colors. Fixed by Andy Neff - add context manager syntax. Thanks to Matt Olsen. - colorama didn't work on Windows when environment variable 'TERM' was set. - fix pylint errors in client code. - Changes to readme and other improvements by Marc Abramowitz and Zearin --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5ef20f84b..0b3a8c2cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,6 @@ MarkupSafe==0.23 Pygments==2.0.2 pyPEG2==2.15.2 PyYAML==3.11 -# "ValueError: I/O operation on closed file" with pytest since 0.3.5 -# WORKAROUND for https://github.com/tartley/colorama/issues/81 -colorama==0.3.3 # rq.filter: <=0.3.3 +colorama==0.3.6 colorlog==2.6.0 cssutils==1.0.1