From ddf498ad5088b42e643409d0cd9994dce4d7018e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:35:23 +0000 Subject: [PATCH] Bump semgrep from 1.96.0 to 1.101.0 Bumps [semgrep](https://github.com/returntocorp/semgrep) from 1.96.0 to 1.101.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.96.0...v1.101.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 29d2a79..7c30b40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ lint = [ "ruff==0.7.4", "pyupgrade-directories==0.3.0", "bandit==1.7.10", - "semgrep==1.96.0", + "semgrep==1.101.0", "codespell==2.3.0", "pytest-mypy-plugins==3.1.2", ]