Skip to content

Commit e0f4add

Browse files
Update all non-major dependencies (#1071)
* Update all non-major dependencies * pin numpy --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: clavedeluna <danalitovsky+git@gmail.com>
1 parent 0010040 commit e0f4add

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
5252

5353
[project.optional-dependencies]
5454
semgrep = [
55-
"semgrep>=1.125,<1.126",
55+
"semgrep>=1.126,<1.127",
5656
]
5757
test = [
5858
"azure-ai-inference>=1.0.0b1,<2.0",
@@ -67,7 +67,7 @@ test = [
6767
"Jinja2~=3.1.2",
6868
"jsonschema~=4.24.0",
6969
"lxml>=5.3.0,<6.0.0",
70-
"openai>=1.86,<1.87",
70+
"openai>=1.90,<1.91",
7171
"mock==5.2.*",
7272
"pre-commit<5",
7373
"Pyjwt~=2.10.0",
@@ -81,20 +81,20 @@ test = [
8181
"security==1.3.1",
8282
"types-mock==5.2.*",
8383
"django>=4,<6",
84-
"numpy ~= 2.2.1; python_version == '3.10'",
84+
"numpy ==2.2.6; python_version == '3.10'",
8585
"numpy ~= 2.3.0; python_version > '3.10'",
8686
"flask_wtf~=1.2.0",
8787
"fickling~=0.1.0,>=0.1.3",
8888
"graphql-server~=3.0.0b7",
8989
"unidiff>=0.7.5",
90-
"semgrep>=1.125,<1.126",
90+
"semgrep>=1.126,<1.127",
9191
]
9292
complexity = [
9393
"radon==6.0.*",
9494
"xenon==0.9.*",
9595
]
9696
openai = [
97-
"openai>=1.86,<1.87",
97+
"openai>=1.90,<1.91",
9898
]
9999
azure = [
100100
"azure-ai-inference>=1.0.0b1,<2.0",

0 commit comments

Comments
 (0)