diff --git a/pyproject.toml b/pyproject.toml index b6122ac..bee5cd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "slack-bolt==1.27.0", - "pytest==9.0.1", + "pytest==9.0.2", "ruff==0.14.7", "slack-cli-hooks<1", ]