From 17fcfa9add4955ce461f36863c92d1c7b3c43a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 05:25:51 +0000 Subject: [PATCH] chore(deps): bump semgrep from 1.80.0 to 1.81.0 Bumps [semgrep](https://github.com/returntocorp/semgrep) from 1.80.0 to 1.81.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.80.0...v1.81.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 21fb85de92..2f66d935aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ lint = [ "faststream[types]", "ruff==0.5.4", "bandit==1.7.9", - "semgrep==1.80.0", + "semgrep==1.81.0", "codespell==2.3.0", ]