Skip to content

Commit 076672a

Browse files
authored
Merge pull request #178 from IBM/version-chorse
rev'ing versions to match new tag due to urllib3 un-pin
2 parents e323401 + 3543497 commit 076672a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
# You are encouraged to use static refs such as tags, instead of branch name
3838
#
3939
# Running "pre-commit autoupdate" would automatically updates rev to latest tag
40-
rev: 0.13.1+ibm.58.dss
40+
rev: 0.13.1+ibm.63.dss
4141
hooks:
4242
- id: detect-secrets # pragma: whitelist secret
4343
# Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "test_data/.*|tests/.*|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2023-05-25T14:44:17Z",
6+
"generated_at": "2025-10-02T20:03:24Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -242,7 +242,7 @@
242242
}
243243
]
244244
},
245-
"version": "0.13.1+ibm.58.dss",
245+
"version": "0.13.1+ibm.63.dss",
246246
"word_list": {
247247
"file": null,
248248
"hash": null

detect_secrets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.13.1+ibm.63.dss'
1+
VERSION = '0.13.1+ibm.64.dss'

user-config/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
# You are encouraged to use static refs such as tags, instead of branch name
1111
#
1212
# Running "pre-commit autoupdate" automatically updates rev to latest tag
13-
rev: 0.13.1+ibm.61.dss
13+
rev: 0.13.1+ibm.64.dss
1414
hooks:
1515
- id: detect-secrets # pragma: whitelist secret
1616
# Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.

0 commit comments

Comments
 (0)