From d11abf7c3c302a60813eb0aa4675e321d5a57f66 Mon Sep 17 00:00:00 2001 From: George Pickering <9803299+bigpick@users.noreply.github.com> Date: Tue, 30 Apr 2024 18:06:28 -0400 Subject: [PATCH 1/4] chore: unpin urllib3 Signed-off-by: George Pickering <9803299+bigpick@users.noreply.github.com> --- detect_secrets/__init__.py | 2 +- requirements-dev.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/detect_secrets/__init__.py b/detect_secrets/__init__.py index d654b7290..f5eee76e3 100644 --- a/detect_secrets/__init__.py +++ b/detect_secrets/__init__.py @@ -1 +1 @@ -VERSION = '0.13.1+ibm.62.dss' +VERSION = '0.13.1+ibm.63.dss' diff --git a/requirements-dev.txt b/requirements-dev.txt index d80acb49d..10ecde2c8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pip>=21.1 -urllib3<2.0.0 +urllib3 coverage>=6.0b1 certifi>=2022.12.07 flake8 diff --git a/setup.py b/setup.py index 20648bedd..cce4cfc63 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ install_requires=[ 'pyyaml', 'requests', - 'urllib3<2.0.0', + 'urllib3', 'boxsdk[jwt]', 'packaging', 'tabulate', From a4ee25482f630593e792a60c380a4acc7f4f78e5 Mon Sep 17 00:00:00 2001 From: George Pickering <9803299+bigpick@users.noreply.github.com> Date: Wed, 1 May 2024 07:40:48 -0400 Subject: [PATCH 2/4] chore: bump pre-commit file versions Signed-off-by: George Pickering <9803299+bigpick@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- user-config/.pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9305ae6a1..f8f3ec41b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: # You are encouraged to use static refs such as tags, instead of branch name # # Running "pre-commit autoupdate" would automatically updates rev to latest tag - rev: 0.13.1+ibm.58.dss + rev: 0.13.1+ibm.63.dss hooks: - id: detect-secrets # pragma: whitelist secret # Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options. diff --git a/user-config/.pre-commit-config.yaml b/user-config/.pre-commit-config.yaml index ec3080435..5768e2e5f 100644 --- a/user-config/.pre-commit-config.yaml +++ b/user-config/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: # You are encouraged to use static refs such as tags, instead of branch name # # Running "pre-commit autoupdate" automatically updates rev to latest tag - rev: 0.13.1+ibm.61.dss + rev: 0.13.1+ibm.63.dss hooks: - id: detect-secrets # pragma: whitelist secret # Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options. From 3e7149d187f84271bbbf2c225c350b4051bb6092 Mon Sep 17 00:00:00 2001 From: George Pickering <9803299+bigpick@users.noreply.github.com> Date: Wed, 1 May 2024 08:26:47 -0400 Subject: [PATCH 3/4] fix: downgrade .pre-commit-config.yaml version until published Signed-off-by: George Pickering <9803299+bigpick@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8f3ec41b..403c09231 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: # You are encouraged to use static refs such as tags, instead of branch name # # Running "pre-commit autoupdate" would automatically updates rev to latest tag - rev: 0.13.1+ibm.63.dss + rev: 0.13.1+ibm.62.dss hooks: - id: detect-secrets # pragma: whitelist secret # Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options. From 7f6cd71f9117da68002d4e7f0e1944c6f15caafb Mon Sep 17 00:00:00 2001 From: George Pickering <9803299+bigpick@users.noreply.github.com> Date: Mon, 6 May 2024 08:15:48 -0400 Subject: [PATCH 4/4] fix: update secrets baseline Signed-off-by: George Pickering <9803299+bigpick@users.noreply.github.com> --- .secrets.baseline | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.secrets.baseline b/.secrets.baseline index eaf9d7df9..64ba0e957 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -3,7 +3,7 @@ "files": "test_data/.*|tests/.*|^.secrets.baseline$", "lines": null }, - "generated_at": "2023-05-25T14:44:17Z", + "generated_at": "2024-05-06T12:15:33Z", "plugins_used": [ { "name": "AWSKeyDetector" @@ -242,7 +242,7 @@ } ] }, - "version": "0.13.1+ibm.58.dss", + "version": "0.13.1+ibm.62.dss", "word_list": { "file": null, "hash": null