Skip to content

Commit 96889c9

Browse files
Update all non-major dependencies (#1073)
* Update all non-major dependencies * tell renovate to stop updating numpy 3.10 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: clavedeluna <[email protected]>
1 parent 8bb42f2 commit 96889c9

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 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",
@@ -87,14 +87,14 @@ test = [
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",

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
{
99
"matchPackageNames": ["pydantic"],
1010
"enabled": false
11+
},
12+
{
13+
"matchPackageNames": ["numpy"],
14+
"matchCurrentValue": "==2.2.6",
15+
"enabled": false
1116
}
1217
]
1318
}

0 commit comments

Comments
 (0)