Skip to content

Commit b5c6b23

Browse files
Mike YoungMike Young
Mike Young
authored and
Mike Young
committed
build(deps) currency update
Signed-off-by: Mike Young <[email protected]>
1 parent 7cc4837 commit b5c6b23

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
# You are encouraged to use static refs such as tags, instead of branch name
1212
#
1313
# 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
1515
hooks:
1616
- id: detect-secrets # pragma: whitelist secret
1717
# Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.

.secrets.baseline

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "package-lock.json|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2021-03-26T16:07:13Z",
6+
"generated_at": "2023-06-15T07:41:19Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -25,6 +25,7 @@
2525
"name": "CloudantDetector"
2626
},
2727
{
28+
"ghe_instance": "github.ibm.com",
2829
"name": "GheDetector"
2930
},
3031
{
@@ -64,7 +65,7 @@
6465
}
6566
],
6667
"results": {},
67-
"version": "0.13.1+ibm.32.dss",
68+
"version": "0.13.1+ibm.61.dss",
6869
"word_list": {
6970
"file": null,
7071
"hash": null

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# test dependencies
22
coverage>=4.5.4
33
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
66
pytest-rerunfailures>=3.1
77
responses>=0.12.1,<1.0.0
8-
tox>=3.2.0,<4.0.0
8+
tox>=3.2.0,<5.0.0
99

0 commit comments

Comments
 (0)