Skip to content

Commit 7509738

Browse files
Update all non-major dependencies
1 parent 9a41a51 commit 7509738

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ dependencies = [
1616
"isort>=5.12,<6.1",
1717
"libcst>=1.7,<1.8",
1818
"packaging>=23.2,<25.0",
19-
"pydantic~=2.10.1",
19+
"pydantic~=2.11.1",
2020
"pylint>=3.3,<3.4",
2121
"python-json-logger~=3.3.0",
2222
"PyYAML~=6.0.0",
23-
"semgrep>=1.114,<1.115",
23+
"semgrep>=1.116,<1.117",
2424
"toml~=0.10.2",
2525
"tomlkit~=0.13.0",
2626
"wrapt~=1.17.0",
@@ -62,7 +62,7 @@ test = [
6262
"Jinja2~=3.1.2",
6363
"jsonschema~=4.23.0",
6464
"lxml>=5.3.0,<6.0.0",
65-
"openai>=1.68,<1.69",
65+
"openai>=1.70,<1.71",
6666
"mock==5.2.*",
6767
"pre-commit<5",
6868
"Pyjwt~=2.10.0",
@@ -86,7 +86,7 @@ complexity = [
8686
"xenon==0.9.*",
8787
]
8888
openai = [
89-
"openai>=1.68,<1.69",
89+
"openai>=1.70,<1.71",
9090
]
9191
azure = [
9292
"azure-ai-inference>=1.0.0b1,<2.0",

0 commit comments

Comments
 (0)