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 4543297 commit 8fa7250Copy full SHA for 8fa7250
pyproject.toml
@@ -52,7 +52,7 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
52
53
[project.optional-dependencies]
54
semgrep = [
55
- "semgrep>=1.123,<1.124",
+ "semgrep>=1.124,<1.125",
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