From 0775cadd9c375cd6c3a12436d6cbda6db4304f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:19:39 +0000 Subject: [PATCH] chore(deps): bump semgrep from 1.151.0 to 1.153.1 Bumps [semgrep](https://github.com/semgrep/semgrep) from 1.151.0 to 1.153.1. - [Release notes](https://github.com/semgrep/semgrep/releases) - [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md) - [Commits](https://github.com/semgrep/semgrep/commits) --- updated-dependencies: - dependency-name: semgrep dependency-version: 1.153.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 ede72bdb5..139388c5d 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 >=46.0.5,<47.0.0", - "semgrep == 1.151.0", + "semgrep == 1.153.1", "email-validator >=2.2.0,<3.0.0", "rich >=13.5.3,<15.0.0", "lark >= 1.3.0,<2.0.0",