diff options
author | Florian Bruhin <git@the-compiler.org> | 2016-04-20 17:51:16 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2016-04-20 17:51:16 +0200 |
commit | 664a542ff6bd425be1abbc09bc3e0d4fcba8e6ef (patch) | |
tree | bdd3d1674a52ba70a48461994c2681f1fd330fbe /requirements.txt | |
parent | a6f496dc2af0314ea3b39c441b7a52cb43d3b0a1 (diff) | |
download | qutebrowser-664a542ff6bd425be1abbc09bc3e0d4fcba8e6ef.tar.gz qutebrowser-664a542ff6bd425be1abbc09bc3e0d4fcba8e6ef.zip |
requirements: Update colorlog to 2.6.3
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 8f3bb052b..7d481cda7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ Pygments==2.1.3 pyPEG2==2.15.2 PyYAML==3.11 colorama==0.3.7 -colorlog==2.6.1 +colorlog==2.6.3 cssutils==1.0.1 |