From ddd922ca5d10e74db518eac5e1482165d1dd0e8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 01:35:36 +0000 Subject: [PATCH] Update dependency semgrep to >=1.110,<1.111 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83c9af22..7c30fa50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "pylint>=3.3,<3.4", "python-json-logger~=3.2.1", "PyYAML~=6.0.0", - "semgrep>=1.99,<1.110", + "semgrep>=1.110,<1.111", "toml~=0.10.2", "tomlkit~=0.13.0", "wrapt~=1.17.0",