Skip to content

Commit ba1bb73

Browse files
Update dependency semgrep to >=1.121,<1.122 (#1059)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 12a9d45 commit ba1bb73

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
@@ -52,7 +52,7 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
5252

5353
[project.optional-dependencies]
5454
semgrep = [
55-
"semgrep>=1.120,<1.121",
55+
"semgrep>=1.121,<1.122",
5656
]
5757
test = [
5858
"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.120,<1.121",
89+
"semgrep>=1.121,<1.122",
9090
]
9191
complexity = [
9292
"radon==6.0.*",

0 commit comments

Comments
 (0)