diff --git a/pyproject.toml b/pyproject.toml index d69b6988a..db95d4e34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.7" dependencies = [ "boto3 ~= 1.26", # 8.1.4 failing with mypy - "click == 8.1.3", + "click == 8.1.7", "pyyaml ~= 6.0", # Job Attachments "typing_extensions ~= 4.5",