From 7f36369f6f96fffff8577189e8f53d1eebd84328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:39:18 +0000 Subject: [PATCH] Bump pyperclip from 1.5.27 to 1.11.0 Bumps [pyperclip](https://github.com/asweigart/pyperclip) from 1.5.27 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: pyperclip dependency-version: 1.11.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..43f5e15 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.11.0", "pytest"], long_description=(HERE / "README.md").read_text(), long_description_content_type="text/markdown", classifiers=[