From f5d8c6295b2a98c1390844761f81115bdc265fcb Mon Sep 17 00:00:00 2001 From: Robert Haist Date: Wed, 14 Oct 2020 12:42:56 +0200 Subject: [PATCH] Update APTnotes_async_requirements.txt I had to bump the dependencies to get rid of lxml install errors. --- APTnotes_async_requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/APTnotes_async_requirements.txt b/APTnotes_async_requirements.txt index 4af5581..06c8ade 100644 --- a/APTnotes_async_requirements.txt +++ b/APTnotes_async_requirements.txt @@ -1,5 +1,5 @@ -aiohttp==1.1.6 -beautifulsoup4==4.5.1 -lxml==3.6.4 -python-magic==0.4.12 -requests==2.11.1 \ No newline at end of file +aiohttp==3.6.3 +beautifulsoup4==4.9.3 +lxml==4.5.2 +python-magic==0.4.18 +requests==2.24.0