File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
# test dependencies
2
- pytest >= 2.8.2
3
- responses >= 0.10.6
4
- python_dotenv >= 0.1.5 ;python_version != '3.2'
5
- pylint >= 1.4.4
6
- tox >= 2.9.1
7
- pytest-rerunfailures >= 3 .1
8
- ibm_cloud_sdk_core == 3.3.6
2
+ pytest == 6.2.4
3
+ responses == 0.13.3
4
+ python_dotenv == 0.17.1 ;python_version != '3.2'
5
+ pylint == 2.8.2
6
+ tox == 3.23.0
7
+ pytest-rerunfailures == 9.1 .1
8
+ ibm_cloud_sdk_core >= 3.3.6 , == 3.*
9
9
10
10
# code coverage
11
- coverage < 5
11
+ coverage >= 4 , < 5
12
12
codecov >= 1.6.3
13
13
pytest-cov >= 2.2.1
14
14
15
15
# documentation
16
- recommonmark >= 0.2.0
17
- Sphinx >= 1.3.1
18
- bumpversion >= 0.5.3
16
+ recommonmark == 0.7.1
17
+ Sphinx == 3.5.2
18
+ bumpversion == 0.6.0
19
19
20
20
# Web sockets
21
21
websocket-client == 0.48.0
Original file line number Diff line number Diff line change 1
1
requests >= 2.0 ,< 3.0
2
2
python_dateutil >= 2.5.3
3
3
websocket-client == 0.48.0
4
- ibm_cloud_sdk_core == 3.3.6
4
+ ibm_cloud_sdk_core >= 3.3.6 , == 3.*
You can’t perform that action at this time.
0 commit comments