Skip to content

Commit 4cfc957

Browse files
Update dependency semgrep to >=1.128,<1.129 (#1078)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c0fcb0d commit 4cfc957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
5151

5252
[project.optional-dependencies]
5353
semgrep = [
54-
"semgrep>=1.127,<1.128",
54+
"semgrep>=1.128,<1.129",
5555
]
5656
test = [
5757
"azure-ai-inference>=1.0.0b1,<2.0",
@@ -86,7 +86,7 @@ test = [
8686
"fickling~=0.1.0,>=0.1.3",
8787
"graphql-server~=3.0.0b7",
8888
"unidiff>=0.7.5",
89-
"semgrep>=1.127,<1.128",
89+
"semgrep>=1.128,<1.129",
9090
]
9191
complexity = [
9292
"radon==6.0.*",

0 commit comments

Comments
 (0)