Skip to content

Commit ae6e1ae

Browse files
Update semgrep requirement from <1.108,>=1.99 to >=1.99,<1.110 (#1001)
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](semgrep/semgrep@v1.99.0...v1.109.0) --- updated-dependencies: - dependency-name: semgrep dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76220b4 commit ae6e1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"pylint>=3.3,<3.4",
2121
"python-json-logger~=3.2.1",
2222
"PyYAML~=6.0.0",
23-
"semgrep>=1.99,<1.108",
23+
"semgrep>=1.99,<1.110",
2424
"toml~=0.10.2",
2525
"tomlkit~=0.13.0",
2626
"wrapt~=1.17.0",

0 commit comments

Comments
 (0)