From ac186a365b2abb3262556b7ac43f85fe63763f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 13:01:08 +0000 Subject: [PATCH] Update semgrep requirement from <1.66,>=1.50 to >=1.50,<1.67 (#398) 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.50.0...v1.66.0) --- updated-dependencies: - dependency-name: semgrep dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1eb33690..a37a0312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "pylint>=3.0,<3.2", "python-json-logger~=2.0.0", "PyYAML~=6.0.0", - "semgrep>=1.50,<1.66", + "semgrep>=1.50,<1.67", "toml~=0.10.2", "tomlkit~=0.12.0", "wrapt~=1.16.0",