Skip to content

Commit a3b99ad

Browse files
Update all non-major dependencies
1 parent 8bb42f2 commit a3b99ad

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.126,<1.127",
55+
"semgrep>=1.127,<1.128",
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>=6.0.0,<6.1.0",
70-
"openai>=1.90,<1.91",
70+
"openai>=1.92,<1.93",
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.6; python_version == '3.10'",
84+
"numpy ==2.3.1; 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.126,<1.127",
90+
"semgrep>=1.127,<1.128",
9191
]
9292
complexity = [
9393
"radon==6.0.*",
9494
"xenon==0.9.*",
9595
]
9696
openai = [
97-
"openai>=1.90,<1.91",
97+
"openai>=1.92,<1.93",
9898
]
9999
azure = [
100100
"azure-ai-inference>=1.0.0b1,<2.0",

0 commit comments

Comments
 (0)