From 7f4e4aa66b2e9b357b0e375453a713b9b0f6d354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:37:57 +0000 Subject: [PATCH] chore(deps): bump semgrep from 1.83.0 to 1.84.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5658e7f63..06fe058a07 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", ]