Skip to content

Commit

Permalink
Update semgrep requirement from <1.59,>=1.50 to >=1.50,<1.60
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.59.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 40a66c8 commit 4d0492b
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 @@ -17,7 +17,7 @@ dependencies = [
"pylint~=3.0.0",
"python-json-logger~=2.0.0",
"PyYAML~=6.0.0",
"semgrep>=1.50,<1.59",
"semgrep>=1.50,<1.60",
"toml~=0.10.2",
"tomlkit~=0.12.0",
"wrapt~=1.16.0",
Expand Down

0 comments on commit 4d0492b

Please sign in to comment.