From 4d1a666c205e49085647581af8514cbf83dbb6d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 05:23:18 +0000 Subject: [PATCH] Update semgrep requirement from ~=1.46.0 to ~=1.48.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/semgrep/semgrep/blob/develop/CHANGELOG.md) - [Commits](https://github.com/returntocorp/semgrep/compare/v1.46.0...v1.48.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 a8ed0e8f..07ea0f60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pylint~=3.0.0", "python-json-logger~=2.0.0", "PyYAML~=6.0.0", - "semgrep~=1.46.0", + "semgrep~=1.48.0", "toml~=0.10.2", "wrapt~=1.15.0", ]