diff --git a/pyproject.toml b/pyproject.toml index 62d08e3c..2fb0cb6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ description = "A pluggable framework for building codemods in Python" dependencies = [ "boltons>=21.0,<25.1", "GitPython<4", - "isort>=5.12,<6.1", + "isort>=6.1,<7", "libcst>=1.8,<1.9", "packaging>=24.2,<25.1", "pydantic~=2.11.5", @@ -66,14 +66,14 @@ test = [ "Jinja2~=3.1.2", "jsonschema~=4.25.0", "lxml>=6.0.0,<6.1.0", - "openai>=1.102,<1.103", + "openai>=1.109,<1.110", "mock==5.2.*", "pre-commit<5", "Pyjwt~=2.10.0", "pytest>=8.2,<9", "pytest-asyncio~=1.0", "pytest-cov>=6.1,<7", - "pytest-mock>=3.12,<3.15", + "pytest-mock>=3.15,<3.16", "pytest-randomly==4.*", "pytest-xdist==3.*", "requests~=2.32.1", @@ -93,7 +93,7 @@ complexity = [ "xenon==0.9.*", ] openai = [ - "openai>=1.102,<1.103", + "openai>=1.109,<1.110", ] azure = [ "azure-ai-inference>=1.0.0b1,<2.0",