From 842d0af021fe111a83bc7d7f194a16709192e461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 00:59:50 +0000 Subject: [PATCH] chore(deps): bump semgrep from 1.113.0 to 1.131.0 Bumps [semgrep](https://github.com/returntocorp/semgrep) from 1.113.0 to 1.131.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.113.0...v1.131.0) --- updated-dependencies: - dependency-name: semgrep dependency-version: 1.131.0 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 906abff9d..8debbbf6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "beautifulsoup4 >= 4.12.0,<5.0.0", "problog >= 2.2.6,<3.0.0", "cryptography >=44.0.0,<45.0.0", - "semgrep == 1.113.0", + "semgrep == 1.131.0", "email-validator >=2.2.0,<3.0.0", ] keywords = []