From 710bd060490e9dae25aab40e8f9785979cc5a943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 21:22:42 +0000 Subject: [PATCH] chore(deps): Update pyperclip requirement from >=1.8 to >=1.11.0 Updates the requirements on [pyperclip](https://github.com/asweigart/pyperclip) to permit the latest version. - [Changelog](https://github.com/asweigart/pyperclip/blob/master/CHANGES.txt) - [Commits](https://github.com/asweigart/pyperclip/commits) --- updated-dependencies: - dependency-name: pyperclip dependency-version: 1.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a31d216..155a9ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pyyaml>=6.0", "pillow>=10.0", "pyautogui>=0.9", - "pyperclip>=1.8", + "pyperclip>=1.11.0", "mss>=9.0", "anthropic>=0.40", "openai>=1.0",