From 92a319eae5aaa2ec28c81c73f8323fdc1acb0075 Mon Sep 17 00:00:00 2001 From: Robert Haist Date: Wed, 14 Oct 2020 12:45:26 +0200 Subject: [PATCH] Update APTnotes_sync_requirements.txt I had to bump dependencies to get rid of lxml install errors. --- APTnotes_sync_requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/APTnotes_sync_requirements.txt b/APTnotes_sync_requirements.txt index 8bb751a..a8d8cd3 100644 --- a/APTnotes_sync_requirements.txt +++ b/APTnotes_sync_requirements.txt @@ -1,4 +1,4 @@ -beautifulsoup4==4.5.1 -lxml==3.6.4 -python-magic==0.4.12 -requests==2.11.1 +beautifulsoup4==4.9.3 +lxml==4.5.2 +python-magic==0.4.18 +requests==2.24.0