From ae745ef0af99190576bcc06902b79abb6577d5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:35:54 +0000 Subject: [PATCH] build(deps): bump the runtime-dependencies group across 1 directory with 3 updates Updates the requirements on [numpy](https://github.com/numpy/numpy), [pynput](https://github.com/moses-palmer/pynput) and [pyperclip](https://github.com/asweigart/pyperclip) to permit the latest version. Updates `numpy` to 2.4.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.2.4...v2.4.6) Updates `pynput` to 1.8.2 - [Changelog](https://github.com/moses-palmer/pynput/blob/master/CHANGES.rst) - [Commits](https://github.com/moses-palmer/pynput/compare/v1.8.1...v1.8.2) Updates `pyperclip` to 1.11.0 - [Changelog](https://github.com/asweigart/pyperclip/blob/master/CHANGES.txt) - [Commits](https://github.com/asweigart/pyperclip/commits) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: pynput dependency-version: 1.8.2 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: pyperclip dependency-version: 1.11.0 dependency-type: direct:production dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e4af6e..0c07210 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,10 @@ classifiers = [ "License :: OSI Approved :: MIT License", ] dependencies = [ - "numpy>=2.2.4", + "numpy>=2.4.6", "pyautogui>=0.9.54", - "pynput>=1.8.1", - "pyperclip>=1.9.0", + "pynput>=1.8.2", + "pyperclip>=1.11.0", ] [project.urls]