From 1e2e9da680aaef3ea08a4d4ce443eb7c12e020cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 05:53:02 +0000 Subject: [PATCH] Bump semgrep from 1.71.0 to 1.74.0 Bumps [semgrep](https://github.com/returntocorp/semgrep) from 1.71.0 to 1.74.0. - [Release notes](https://github.com/returntocorp/semgrep/releases) - [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md) - [Commits](https://github.com/returntocorp/semgrep/compare/v1.71.0...v1.74.0) --- updated-dependencies: - dependency-name: semgrep 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 0214f117..468ebe69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ lint = [ "ruff==0.4.4", "pyupgrade-directories", "bandit==1.7.8", - "semgrep==1.71.0", + "semgrep==1.74.0", "pre-commit==3.7.1", "detect-secrets==1.4.0", ]