From 48501696d5546953a47a3f7c57610b27b4f33ef4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 20:16:15 +0000 Subject: [PATCH] Update dependency semgrep to >=1.117,<1.118 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78dd036b..25cc927a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "pylint>=3.3,<3.4", "python-json-logger~=3.3.0", "PyYAML~=6.0.0", - "semgrep>=1.116,<1.117", + "semgrep>=1.117,<1.118", "toml~=0.10.2", "tomlkit~=0.13.0", "wrapt~=1.17.0",