From 58f571ddf88e2ae91fd761dcc4c2cf4a8fbacc89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:24:19 +0000 Subject: [PATCH] Bump credsweeper from 1.15.1 to 1.16.1 Bumps [credsweeper](https://github.com/Samsung/CredSweeper) from 1.15.1 to 1.16.1. - [Release notes](https://github.com/Samsung/CredSweeper/releases) - [Commits](https://github.com/Samsung/CredSweeper/compare/v1.15.1...v1.16.1) --- updated-dependencies: - dependency-name: credsweeper dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c497dc..e38f673 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "requests>=2.31.0,<3.0", "packaging>=23.0,<27.0", "certifi>=2023.0.0", - "credsweeper==1.15.1; python_version >= '3.10'", + "credsweeper==1.16.1; python_version >= '3.10'", "sentry-sdk>=1.40.0,<3.0", ]