diff --git a/setup.py b/setup.py index 80f6365..f6950cb 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.8.2", "pytest"], long_description=(HERE / "README.md").read_text(), long_description_content_type="text/markdown", classifiers=[