Skip to content

Commit

Permalink
Bump pyperclip from 1.8.2 to 1.9.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent a9487c1 commit 206d934
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.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=[
Expand Down

0 comments on commit 206d934

Please sign in to comment.