From 03a42ec4b79db5a4bba3603f5e92189b5f99fda0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:21:24 +0000 Subject: [PATCH] Bump semgrep from 1.87.0 to 1.90.0 Bumps [semgrep](https://github.com/returntocorp/semgrep) from 1.87.0 to 1.90.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.87.0...v1.90.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 3a73ab3..5d38d9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ lint = [ "ruff==0.6.5", "pyupgrade-directories==0.3.0", "bandit==1.7.9", - "semgrep==1.87.0", + "semgrep==1.90.0", "pytest-mypy-plugins==3.1.2", ]