diff --git a/setup.py b/setup.py
index e414fcf..e104df0 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.5.27", "pytest"],
+    install_requires=["pyperclip==1.8.2", "pytest"],
     long_description=(HERE / "README.md").read_text(),
     long_description_content_type="text/markdown",
     classifiers=[