Update pyperclip requirement from <=1.8.2,>=1.6.0 to <=1.9.0,>=1.9.0 (#6985)

---
updated-dependencies:
- dependency-name: pyperclip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-07-02 07:20:05 +02:00 committed by GitHub
parent 7fa0c406f6
commit 5e572da32f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ dependencies = [
"pydivert>=2.0.3,<=2.1.0; sys_platform == 'win32'",
"pyOpenSSL>=22.1,<=24.1.0",
"pyparsing>=2.4.2,<=3.1.2",
"pyperclip>=1.6.0,<=1.8.2",
"pyperclip<=1.9.0,>=1.9.0",
"ruamel.yaml>=0.16,<=0.18.6",
"sortedcontainers>=2.3,<=2.4.0",
"tornado>=6.2,<=6.4",