Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update semgrep requirement from <1.100,>=1.99 to >=1.99,<1.102 #958

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update semgrep requirement from <1.100,>=1.99 to >=1.99,<1.102
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.99.0...v1.101.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024

Unverified

This user has not yet uploaded their public signing key.
commit 7ef5e40aab7e98a34790d981db9d81e3fe234586
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ dependencies = [
"pylint>=3.3,<3.4",
"python-json-logger~=2.0.0",
"PyYAML~=6.0.0",
"semgrep>=1.99,<1.100",
"semgrep>=1.99,<1.102",
"toml~=0.10.2",
"tomlkit~=0.13.0",
"wrapt~=1.17.0",