From 774c20fb206bae9e1c8630f8d4297f1793c73830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 20:54:41 +0000 Subject: [PATCH] chore(deps): bump semgrep from 1.83.0 to 1.84.0 (#1650) Bumps [semgrep](https://github.com/returntocorp/semgrep) from 1.83.0 to 1.84.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.83.0...v1.84.0) --- updated-dependencies: - dependency-name: semgrep dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29544903a0..51f0b414e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ lint = [ "faststream[types]", "ruff==0.5.6", "bandit==1.7.9", - "semgrep==1.83.0", + "semgrep==1.84.0", "codespell==2.3.0", ]