From c655a6088080b56418202a22ba5e17f8cf25e592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 21:22:36 +0000 Subject: [PATCH] chore(deps): Update mss requirement from >=9.0 to >=10.1.0 Updates the requirements on [mss](https://github.com/BoboTiG/python-mss) to permit the latest version. - [Release notes](https://github.com/BoboTiG/python-mss/releases) - [Changelog](https://github.com/BoboTiG/python-mss/blob/main/CHANGELOG.md) - [Commits](https://github.com/BoboTiG/python-mss/compare/v9.0.0...v10.1.0) --- updated-dependencies: - dependency-name: mss dependency-version: 10.1.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..47e8989 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pillow>=10.0", "pyautogui>=0.9", "pyperclip>=1.8", - "mss>=9.0", + "mss>=10.1.0", "anthropic>=0.40", "openai>=1.0", "backoff>=2.0",