Skip to content

Commit

Permalink
Merge pull request #1 from PrivateCodeRetreat/dependabot/pip/pypercli…
Browse files Browse the repository at this point in the history
…p-1.8.2

Bump pyperclip from 1.5.27 to 1.8.2
  • Loading branch information
isidore authored Nov 11, 2023
2 parents 1b8e255 + ca5180c commit bcc94e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit bcc94e9

Please sign in to comment.