Skip to content

Commit

Permalink
Update semgrep requirement from <1.65,>=1.50 to >=1.50,<1.66 (#360)
Browse files Browse the repository at this point in the history
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.65.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>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 907b416 commit a94333c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"pylint>=3.0,<3.2",
"python-json-logger~=2.0.0",
"PyYAML~=6.0.0",
"semgrep>=1.50,<1.65",
"semgrep>=1.50,<1.66",
"toml~=0.10.2",
"tomlkit~=0.12.0",
"wrapt~=1.16.0",
Expand Down

0 comments on commit a94333c

Please sign in to comment.