Skip to content

Commit b084f2f

Browse files
Update semgrep requirement from <1.68,>=1.50 to >=1.50,<1.69 (#456)
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.50.0...v1.68.0) --- updated-dependencies: - dependency-name: semgrep dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 148b325 commit b084f2f

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
@@ -19,7 +19,7 @@ dependencies = [
1919
"pylint>=3.0,<3.2",
2020
"python-json-logger~=2.0.0",
2121
"PyYAML~=6.0.0",
22-
"semgrep>=1.50,<1.68",
22+
"semgrep>=1.50,<1.69",
2323
"toml~=0.10.2",
2424
"tomlkit~=0.12.0",
2525
"wrapt~=1.16.0",

0 commit comments

Comments
 (0)