File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11
11
# You are encouraged to use static refs such as tags, instead of branch name
12
12
#
13
13
# Running "pre-commit autoupdate" would automatically updates rev to latest tag
14
- rev : 0.13.1+ibm.32 .dss
14
+ rev : 0.13.1+ibm.61 .dss
15
15
hooks :
16
16
- id : detect-secrets # pragma: whitelist secret
17
17
# Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.
Original file line number Diff line number Diff line change 3
3
"files": "package-lock.json|^.secrets.baseline$",
4
4
"lines": null
5
5
},
6
- "generated_at": "2021-03-26T16:07:13Z ",
6
+ "generated_at": "2023-06-15T07:41:19Z ",
7
7
"plugins_used": [
8
8
{
9
9
"name": "AWSKeyDetector"
25
25
"name": "CloudantDetector"
26
26
},
27
27
{
28
+ "ghe_instance": "github.ibm.com",
28
29
"name": "GheDetector"
29
30
},
30
31
{
64
65
}
65
66
],
66
67
"results": {},
67
- "version": "0.13.1+ibm.32 .dss",
68
+ "version": "0.13.1+ibm.61 .dss",
68
69
"word_list": {
69
70
"file": null,
70
71
"hash": null
Original file line number Diff line number Diff line change 1
1
# test dependencies
2
2
coverage >= 4.5.4
3
3
pylint >= 2.6.0 ,< 3.0.0
4
- pytest >= 6.2.1 ,< 7 .0.0
5
- pytest-cov >= 2.2.1 ,< 3 .0.0
4
+ pytest >= 6.2.1 ,< 8 .0.0
5
+ pytest-cov >= 2.2.1 ,< 5 .0.0
6
6
pytest-rerunfailures >= 3.1
7
7
responses >= 0.12.1 ,< 1.0.0
8
- tox >= 3.2.0 ,< 4 .0.0
8
+ tox >= 3.2.0 ,< 5 .0.0
9
9
You can’t perform that action at this time.
0 commit comments