Skip to content

Commit cd39166

Browse files
Update dependency semgrep to >=1.139,<1.140
1 parent 7df9df7 commit cd39166

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.134,<1.135",
54+
"semgrep>=1.139,<1.140",
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.0b9",
8888
"unidiff>=0.7.5",
89-
"semgrep>=1.134,<1.135",
89+
"semgrep>=1.139,<1.140",
9090
]
9191
complexity = [
9292
"radon==6.0.*",

0 commit comments

Comments
 (0)