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 d6a192e commit bb86e33Copy full SHA for bb86e33
pyproject.toml
@@ -52,7 +52,7 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
52
53
[project.optional-dependencies]
54
semgrep = [
55
- "semgrep>=1.121,<1.122",
+ "semgrep>=1.122,<1.123",
56
]
57
test = [
58
"azure-ai-inference>=1.0.0b1,<2.0",
@@ -86,7 +86,7 @@ test = [
86
"fickling~=0.1.0,>=0.1.3",
87
"graphql-server~=3.0.0b7",
88
"unidiff>=0.7.5",
89
90
91
complexity = [
92
"radon==6.0.*",
0 commit comments