From 7d7a4db44d5cc43dc3c0d12dcf898fe5955f3846 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:10:21 +0000 Subject: [PATCH] Update dependency semgrep to >=1.99,<1.100 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 865d191b..b8fc6981 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "pylint>=3.3,<3.4", "python-json-logger~=2.0.0", "PyYAML~=6.0.0", - "semgrep>=1.97,<1.98", + "semgrep>=1.99,<1.100", "toml~=0.10.2", "tomlkit~=0.13.0", "wrapt~=1.17.0",