Skip to content

Commit 7f36369

Browse files
Bump pyperclip from 1.5.27 to 1.11.0
Bumps [pyperclip](https://github.com/asweigart/pyperclip) from 1.5.27 to 1.11.0. - [Changelog](https://github.com/asweigart/pyperclip/blob/master/CHANGES.txt) - [Commits](https://github.com/asweigart/pyperclip/commits) --- updated-dependencies: - dependency-name: pyperclip dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 058b156 commit 7f36369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
python_requires=">=3.6.1",
2020
packages=find_packages(exclude=["tests*"]),
2121
package_data={"approvaltests": ["reporters/reporters.json"]},
22-
install_requires=["pyperclip==1.5.27", "pytest"],
22+
install_requires=["pyperclip==1.11.0", "pytest"],
2323
long_description=(HERE / "README.md").read_text(),
2424
long_description_content_type="text/markdown",
2525
classifiers=[

0 commit comments

Comments
 (0)