We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aef0cc commit 198d392Copy full SHA for 198d392
pyproject.toml
@@ -53,7 +53,7 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
53
54
[project.optional-dependencies]
55
semgrep = [
56
- "semgrep>=1.140,<1.141",
+ "semgrep>=1.143,<1.144",
57
]
58
test = [
59
"azure-ai-inference>=1.0.0b1,<2.0",
@@ -88,7 +88,7 @@ test = [
88
"fickling~=0.1.0,>=0.1.3",
89
"graphql-server~=3.0.0b9",
90
"unidiff>=0.7.5",
91
92
93
complexity = [
94
"radon==6.0.*",
0 commit comments