From 9aa46b3bb327a3abd63f5dbdb194a4abc930ab87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 05:22:50 +0000 Subject: [PATCH] Update semgrep requirement from ~=1.44.0 to ~=1.45.0 Updates the requirements on [semgrep](https://github.com/returntocorp/semgrep) to permit the latest version. - [Release notes](https://github.com/returntocorp/semgrep/releases) - [Changelog](https://github.com/returntocorp/semgrep/blob/develop/CHANGELOG.md) - [Commits](https://github.com/returntocorp/semgrep/compare/v1.44.0...v1.45.0) --- updated-dependencies: - dependency-name: semgrep dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11dbd67c7..d92ec1a08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "libcst~=1.1.0", "pylint~=3.0.0", "PyYAML~=6.0.0", - "semgrep~=1.44.0", + "semgrep~=1.45.0", "wrapt~=1.15.0", ]