From 6aef69cc81aa9ca151d316a3a878380697541820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jasper=20J=C3=BCrgensen?= Date: Thu, 4 Nov 2021 16:16:16 +0000 Subject: [PATCH 1/2] Update dependencies - attrs from 20.3.0 to 21.2.0 - jinja2 from 2.11.3 to 3.0.2 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 60bcc92..1cd5f0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp==3.7.4 aiohttp-socks==0.5.5 arabic-reshaper==2.1.1 async-timeout==3.0.1 -attrs==20.3.0 +attrs==21.2.0 certifi==2020.12.5 chardet==3.0.4 colorama==0.4.4 @@ -11,7 +11,7 @@ future==0.18.2 future-annotations==1.0.0 html5lib==1.1 idna==2.10 -Jinja2==2.11.3 +Jinja2==3.0.2 lxml==4.6.3 MarkupSafe==1.1.1 mock==4.0.2 From fa3225a7cfe440eecb110a94f380c446cdbe515b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jasper=20J=C3=BCrgensen?= Date: Thu, 4 Nov 2021 21:43:08 +0100 Subject: [PATCH 2/2] Update MarkupSafe to 2.0.1 Fix dependency conflict with jinja2==3.0.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1cd5f0e..b0d5d28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ html5lib==1.1 idna==2.10 Jinja2==3.0.2 lxml==4.6.3 -MarkupSafe==1.1.1 +MarkupSafe==2.0.1 mock==4.0.2 multidict==5.1.0 pycountry==20.7.3