diff --git a/pyproject.toml b/pyproject.toml index a3c95e3..f780fcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest", - "ruff==0.14.7", + "ruff==0.15.1", ] [tool.setuptools.packages.find] diff --git a/requirements.txt b/requirements.txt index 0c0d491..f8536ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ pydantic-ai[openai] python-dotenv==1.2.1 pytest -ruff==0.14.7 +ruff==0.15.1