File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
- botocore > 1.23.41 ,< 1.35 .0
2
- cement == 2.8.2
3
- colorama >= 0.2.5 ,< 0.4.4 # use the same range that 'docker-compose' uses
1
+ botocore >= 1.35.0 ,< 1.36 .0
2
+ cement == 2.10.14
3
+ colorama >= 0.4.6 ,< 0.5
4
4
pathspec == 0.10.1
5
5
python-dateutil >= 2.1 ,< 3.0.0 # use the same range that 'botocore' uses
6
- requests >= 2.31
7
- setuptools >= 20.0
8
- semantic_version == 2.8.5
9
- six >= 1.11.0 ,< 1.17.0
10
- termcolor == 1.1.0
11
- wcwidth >= 0.1.7 ,< 0.2.0
12
- PyYAML >= 5.3.1 ,< 6.1 # use the same range that 'aws-cli' uses. This is also compatible with 'docker-compose'
13
- urllib3 >= 1.26.5 ,< 2 #1.26.5 fix CVE-2021-33503
6
+ requests >= 2.31 ,< 3
7
+ setuptools >= 20.0
8
+ semantic_version >= 2.10.0 ,< 2.11
9
+ termcolor >= 2.4.0 ,< 3
10
+ wcwidth >= 0.2.13 ,< 0.3
11
+ PyYAML >= 5.3.1 ,< 6.1 # use the same range that 'aws-cli' uses
12
+ urllib3 >= 1.26.5 ,< 2
Original file line number Diff line number Diff line change 37
37
38
38
}
39
39
if not sys .platform .startswith ('win' ):
40
- requires .append ('blessed>=1.9.5 ' )
40
+ requires .append ('blessed>=1.20.0 ' )
41
41
42
42
43
43
setup_options = dict (
You can’t perform that action at this time.
0 commit comments