diff --git a/pyproject.toml b/pyproject.toml index c3e1a2e14..f0c8376b9 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",