Skip to content

Commit 7df9df7

Browse files
Update all non-major dependencies (#1092)
* Update all non-major dependencies * dont upgrade semgre --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: clavedeluna <danalitovsky+git@gmail.com>
1 parent 304210a commit 7df9df7

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
@@ -13,7 +13,7 @@ description = "A pluggable framework for building codemods in Python"
1313
dependencies = [
1414
"boltons>=21.0,<25.1",
1515
"GitPython<4",
16-
"isort>=5.12,<6.1",
16+
"isort>=6.1,<7",
1717
"libcst>=1.8,<1.9",
1818
"packaging>=24.2,<25.1",
1919
"pydantic~=2.11.5",
@@ -66,14 +66,14 @@ test = [
6666
"Jinja2~=3.1.2",
6767
"jsonschema~=4.25.0",
6868
"lxml>=6.0.0,<6.1.0",
69-
"openai>=1.102,<1.103",
69+
"openai>=1.109,<1.110",
7070
"mock==5.2.*",
7171
"pre-commit<5",
7272
"Pyjwt~=2.10.0",
7373
"pytest>=8.2,<9",
7474
"pytest-asyncio~=1.0",
7575
"pytest-cov>=6.1,<7",
76-
"pytest-mock>=3.12,<3.15",
76+
"pytest-mock>=3.15,<3.16",
7777
"pytest-randomly==4.*",
7878
"pytest-xdist==3.*",
7979
"requests~=2.32.1",
@@ -93,7 +93,7 @@ complexity = [
9393
"xenon==0.9.*",
9494
]
9595
openai = [
96-
"openai>=1.102,<1.103",
96+
"openai>=1.109,<1.110",
9797
]
9898
azure = [
9999
"azure-ai-inference>=1.0.0b1,<2.0",

0 commit comments

Comments
 (0)