From ffe3e3ba382437494987d20ff756f9759fe458bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:02:33 +0000 Subject: [PATCH] Bump pyperclip from 1.5.27 to 1.10.0 Bumps [pyperclip](https://github.com/asweigart/pyperclip) from 1.5.27 to 1.10.0. - [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.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80f6365..9c21563 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ python_requires=">=3.6.1", packages=find_packages(exclude=["tests*"]), package_data={"approvaltests": ["reporters/reporters.json"]}, - install_requires=["pyperclip==1.5.27", "pytest"], + install_requires=["pyperclip==1.10.0", "pytest"], long_description=(HERE / "README.md").read_text(), long_description_content_type="text/markdown", classifiers=[