From fbec8a6927b44144d3e0266f963db7350a56567d Mon Sep 17 00:00:00 2001 From: Omry Mendelovich <16597193+omryMen@users.noreply.github.com> Date: Sun, 10 Nov 2024 16:14:02 +0200 Subject: [PATCH] chore(secrets): bump detect secrets (#6820) bump detect secrets --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 909306cf133..3a92641ca09 100644 --- a/Pipfile +++ b/Pipfile @@ -43,7 +43,7 @@ types-colorama = "<0.5.0,>=0.4.3" # REMINDER: Update "install_requires" deps on setup.py when changing # bc-python-hcl2 = "==0.4.2" -bc-detect-secrets = "==1.5.20" +bc-detect-secrets = "==1.5.21" bc-jsonpath-ng = "==1.6.1" pycep-parser = "==0.5.1" tabulate = ">=0.9.0,<0.10.0" diff --git a/Pipfile.lock b/Pipfile.lock index e7f76109fbd..aa26c06bf8d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "333b0dde1989094a984883f2526daf09d6494681538de302124695c583e1b581" + "sha256": "107338b3ca333a7712490a82eaa3d1e3a6965414171b8d0106a7426bcd0cc119" }, "pipfile-spec": 6, "requires": { @@ -179,11 +179,11 @@ }, "bc-detect-secrets": { "hashes": [ - "sha256:54255276e471432ffe0547ee26d81f2a9b40d715cdc9a2a8430698842e6771a7", - "sha256:86672aad216483dc477d116e01326667885356b71fabf880d6e3e9214c93fcf7" + "sha256:ad8b9a7f504482f04c8ff0b4471e087ebf46e06c722bac0792336e98c2ed334c", + "sha256:b0c62b688b58fb9f9176ab44783e4a4b5812813c65f50ddf985f1848237700bc" ], "index": "pypi", - "version": "==1.5.20" + "version": "==1.5.21" }, "bc-jsonpath-ng": { "hashes": [ diff --git a/setup.py b/setup.py index c6090d04b8c..9e8b8912105 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def run(self) -> None: }, install_requires=[ "bc-python-hcl2==0.4.2", - "bc-detect-secrets==1.5.20", + "bc-detect-secrets==1.5.21", "bc-jsonpath-ng==1.6.1", "pycep-parser==0.5.1", "tabulate>=0.9.0,<0.10.0",