File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ description = "A pluggable framework for building codemods in Python"
1313dependencies = [
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]
9595openai = [
96- " openai>=1.102 ,<1.103 " ,
96+ " openai>=1.109 ,<1.110 " ,
9797]
9898azure = [
9999 " azure-ai-inference>=1.0.0b1,<2.0" ,
You can’t perform that action at this time.
0 commit comments