From 059ce52de589dcf6577b0e29d81bb194ee4b5b02 Mon Sep 17 00:00:00 2001 From: Amanda McGuinness Date: Fri, 18 Jun 2021 09:37:55 +0000 Subject: [PATCH] Update lxml and slackclient to versions that supports python 3.8 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8878468..7efacb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests>=2.5.0,<3.0 websocket-client==0.44.0 beautifulsoup4==4.6.0 -lxml==3.8.0 +lxml==4.6.3 jinja2>=2.10.1 -slackclient==1.3.1 +slackclient==2.9.3