From 206d93419bd7bc8cf919b534f774613f2c4657c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 03:39:57 +0000 Subject: [PATCH] Bump pyperclip from 1.8.2 to 1.9.0 Bumps [pyperclip](https://github.com/asweigart/pyperclip) from 1.8.2 to 1.9.0. - [Changelog](https://github.com/asweigart/pyperclip/blob/master/CHANGES.txt) - [Commits](https://github.com/asweigart/pyperclip/commits) --- updated-dependencies: - dependency-name: pyperclip 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 e104df0..9565618 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ python_requires=">=3.7.1", packages=find_packages(exclude=["tests*"]), package_data={"approvaltests": ["reporters/reporters.json"]}, - install_requires=["pyperclip==1.8.2", "pytest"], + install_requires=["pyperclip==1.9.0", "pytest"], long_description=(HERE / "README.md").read_text(), long_description_content_type="text/markdown", classifiers=[