diff --git a/pyproject.toml b/pyproject.toml index a31d216..f032188 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" requires-python = ">=3.11" dependencies = [ "pydantic>=2.0", - "pyyaml>=6.0", + "pyyaml>=6.0.3", "pillow>=10.0", "pyautogui>=0.9", "pyperclip>=1.8",