From 7c3c7c652cbe7b1077050305c996508e0c1d8629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:30:23 +0000 Subject: [PATCH] Bump pyperclip from 1.8.2 to 1.9.0 in /client 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] --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index 71fc465..98cf90f 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -1,3 +1,3 @@ requests==2.32.2 -pyperclip==1.8.2 +pyperclip==1.9.0 pillow==10.4.0