]> Git Repo - buildroot-mgba.git/blob - package/docker-compose/0002-Bump-texttable-from-0.9.1-to-1.6.2.patch
package/yaml-cpp: bump to version 0.7.0
[buildroot-mgba.git] / package / docker-compose / 0002-Bump-texttable-from-0.9.1-to-1.6.2.patch
1 From e55dd65ba42a17ba4b017b42f14f7ee647efe64f Mon Sep 17 00:00:00 2001
2 From: Ulysses Souza <[email protected]>
3 Date: Mon, 8 Jul 2019 14:52:30 +0200
4 Subject: [PATCH] Bump texttable from 0.9.1 to 1.6.2
5
6 Signed-off-by: Ulysses Souza <[email protected]>
7 (cherry picked from commit 0bfa1c34f054d86674434770d4d6340e02508e52)
8 Signed-off-by: Peter Korsgaard <[email protected]>
9 ---
10  requirements.txt | 2 +-
11  setup.py         | 2 +-
12  2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/requirements.txt b/requirements.txt
15 index 6007ee3f..d868fdeb 100644
16 --- a/requirements.txt
17 +++ b/requirements.txt
18 @@ -19,6 +19,6 @@ PySocks==1.6.7
19  PyYAML==4.2b1
20  requests==2.20.0
21  six==1.10.0
22 -texttable==0.9.1
23 +texttable==1.6.2
24  urllib3==1.21.1; python_version == '3.3'
25  websocket-client==0.56.0
26 diff --git a/setup.py b/setup.py
27 index 61447801..c9e4729d 100644
28 --- a/setup.py
29 +++ b/setup.py
30 @@ -34,7 +34,7 @@ install_requires = [
31      'docopt >= 0.6.1, < 1',
32      'PyYAML >= 3.10, < 5',
33      'requests >= 2.20.0, < 3',
34 -    'texttable >= 0.9.0, < 1',
35 +    'texttable >= 0.9.0, < 2',
36      'websocket-client >= 0.32.0, < 1',
37      'docker[ssh] >= 3.7.0, < 5',
38      'dockerpty >= 0.4.1, < 1',
39 -- 
40 2.20.1
41
This page took 0.027254 seconds and 4 git commands to generate.