Skip to content

Commit

Permalink
Update semgrep requirement from ~=1.41.0 to ~=1.42.0
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/returntocorp/semgrep/blob/develop/CHANGELOG.md)
- [Commits](semgrep/semgrep@v1.41.0...v1.42.0)

---
updated-dependencies:
- dependency-name: semgrep
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and drdavella committed Oct 2, 2023
1 parent 6c4edd6 commit 7fbf690
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 @@ -15,7 +15,7 @@ dependencies = [
"libcst @ git+https://github.com/Instagram/LibCST.git@03179b55ebe7e916f1722e18e8f0b87c01616d1f",
"pylint~=2.17.0",
"PyYAML~=6.0.0",
"semgrep~=1.41.0",
"semgrep~=1.42.0",
]

[project.scripts]
Expand Down

0 comments on commit 7fbf690

Please sign in to comment.