From 1cc0cdad321946ad0869c3c988f8c3f9515f81aa Mon Sep 17 00:00:00 2001 From: Miguel de Moura Date: Wed, 8 Sep 2021 15:43:56 +0100 Subject: [PATCH] Sync requirements.txt dependencies with pyproject.toml --- client/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/requirements.txt b/client/requirements.txt index 26260aa..e4c544b 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -1,3 +1,3 @@ -requests==2.25.1 +requests==2.26.0 pyperclip==1.8.2 -pillow==8.2.0 \ No newline at end of file +pillow==8.3.2 \ No newline at end of file