From e545cf77074674319b257a8f15751f1dcfb40307 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 22:09:18 +0000 Subject: [PATCH] Update dependency semgrep to >=1.82,<1.83 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85d0d28a..25b04f40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "pylint>=3.2,<3.3", "python-json-logger~=2.0.0", "PyYAML~=6.0.0", - "semgrep>=1.81,<1.82", + "semgrep>=1.82,<1.83", "toml~=0.10.2", "tomlkit~=0.13.0", "wrapt~=1.16.0",