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 8b36982 commit 69ba220Copy full SHA for 69ba220
pyproject.toml
@@ -53,7 +53,7 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
53
54
[project.optional-dependencies]
55
semgrep = [
56
- "semgrep>=1.144,<1.145",
+ "semgrep>=1.145,<1.146",
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