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 5247aedCopy full SHA for 5247aed
pyproject.toml
@@ -53,11 +53,11 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
53
54
[project.optional-dependencies]
55
semgrep = [
56
- "semgrep>=1.144,<1.145",
+ "semgrep>=1.146,<1.147",
57
]
58
test = [
59
"azure-ai-inference>=1.0.0b1,<2.0",
60
- "coverage>=7.12,<7.13",
+ "coverage>=7.13,<7.14",
61
"coverage-threshold~=0.4",
62
"defusedxml==0.7.1",
63
"types-defusedxml==0.7.0.20250822",
@@ -83,12 +83,12 @@ test = [
83
"types-mock==5.2.*",
84
"django>=4,<6",
85
"numpy ==2.2.6; python_version == '3.10'",
86
- "numpy ~= 2.3.0; python_version > '3.10'",
+ "numpy ~=2.4.0; python_version > '3.10'",
87
"flask_wtf~=1.2.0",
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