From 46a058455a56f8388e153d841543f9b3f54640c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 05:30:08 +0000 Subject: [PATCH] Update semgrep requirement from <1.98,>=1.97 to >=1.97,<1.100 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.97.0...v1.99.0) --- updated-dependencies: - dependency-name: semgrep dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 865d191b..aa2aef34 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.97,<1.100", "toml~=0.10.2", "tomlkit~=0.13.0", "wrapt~=1.17.0",