diff --git a/pyproject.toml b/pyproject.toml index 48b98d5..edb1c26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest==9.1.1", - "ruff==0.15.22", + "ruff==0.16.0", ] [tool.setuptools.packages.find] diff --git a/requirements.txt b/requirements.txt index 1c2ce38..4196f01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ slack-cli-hooks<1.0.0 openai==2.49.0 pytest==9.1.1 -ruff==0.15.22 +ruff==0.16.0 python-dotenv==1.2.2 slack-cli-hooks<1.0.0