Skip to content

Commit b96e4cc

Browse files
committed
requirements: Upgrade pyperclip from >=1.8.1 to >=1.9.0.
1 parent f884ef7 commit b96e4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ def long_description():
115115
"python-dateutil>=2.8.2",
116116
"pytz>=2025", # Can use native support from Python 3.9 onwards
117117
"tzlocal>=5.0,<5.1", # 5.1 will drop support for Python 3.7
118-
"pyperclip>=1.8.1",
118+
"pyperclip>=1.9.0",
119119
],
120120
)

0 commit comments

Comments
 (0)