Skip to content

Commit

Permalink
Update semgrep requirement from <1.86,>=1.85 to >=1.85,<1.87 (#821)
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.85.0...v1.86.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>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent b40ce3f commit 165b285
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 @@ -19,7 +19,7 @@ dependencies = [
"pylint>=3.2,<3.3",
"python-json-logger~=2.0.0",
"PyYAML~=6.0.0",
"semgrep>=1.85,<1.86",
"semgrep>=1.85,<1.87",
"toml~=0.10.2",
"tomlkit~=0.13.0",
"wrapt~=1.16.0",
Expand Down

0 comments on commit 165b285

Please sign in to comment.