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 9bff4f5Copy full SHA for 9bff4f5
pyproject.toml
@@ -52,14 +52,14 @@ 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",
59
"coverage>=7.8,<7.9",
60
"coverage-threshold~=0.4",
61
"defusedxml==0.7.1",
62
- "types-defusedxml==0.7.0.20240218",
+ "types-defusedxml==0.7.0.20250516",
63
"flask-wtf==1.2.2",
64
"types-WTForms==3.2.1.20250401",
65
"Flask<4",
@@ -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