diff --git a/pyproject.toml b/pyproject.toml index d37e7c6..c6e5a47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest==8.4.2", - "ruff==0.15.14", + "ruff==0.15.15", ] [tool.setuptools.packages.find] diff --git a/requirements.txt b/requirements.txt index 8b6b63d..954864a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ slack-cli-hooks<1.0.0 openai==2.38.0 pytest==9.0.2 -ruff==0.15.14 +ruff==0.15.15 python-dotenv==1.2.1 slack-cli-hooks<1.0.0