Skip to content

Commit

Permalink
Update semgrep requirement from <1.98,>=1.97 to >=1.97,<1.100
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.97.0...v1.99.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 22ea9ac commit 46a0584
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 @@ -20,7 +20,7 @@ dependencies = [
"pylint>=3.3,<3.4",
"python-json-logger~=2.0.0",
"PyYAML~=6.0.0",
"semgrep>=1.97,<1.98",
"semgrep>=1.97,<1.100",
"toml~=0.10.2",
"tomlkit~=0.13.0",
"wrapt~=1.17.0",
Expand Down

0 comments on commit 46a0584

Please sign in to comment.