From 2fdd848b6621c5b0258573299d2f0b58a4dff904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 06:05:11 +0000 Subject: [PATCH] Update semgrep requirement from <1.100,>=1.99 to >=1.99,<1.101 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.99.0...v1.100.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 708847de..73ca1a0d 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.99,<1.100", + "semgrep>=1.99,<1.101", "toml~=0.10.2", "tomlkit~=0.13.0", "wrapt~=1.17.0",