From a3df2620da743eaf80b5dc59d9e661cf440bd8be Mon Sep 17 00:00:00 2001 From: Narek Mkhitaryan Date: Mon, 20 Feb 2023 20:20:28 +0400 Subject: [PATCH 1/2] upgrade wheel version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd64d7ae9..b4d080243 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pillow>=7.2.0, <9.0.1 matplotlib>=3.3.1 xmltodict==0.12.0 opencv-python>=4.4.0.42 -wheel==0.35.1 +wheel>=0.38.4 packaging>=20.4 plotly>=4.1.0 ffmpeg-python>=0.2.0 From 8e69e87629e5b154e376550d8e579a056d127cea Mon Sep 17 00:00:00 2001 From: Narek Mkhitaryan Date: Tue, 21 Feb 2023 13:56:05 +0400 Subject: [PATCH 2/2] pillow and jinja2 requirements upgrade --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b4d080243..a06d93f40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ requests==2.26.0 requests-toolbelt>=0.9.1 aiohttp>=3.8.1 tqdm==4.64.0 -pillow>=7.2.0, <9.0.1 +pillow==9.4.0 matplotlib>=3.3.1 xmltodict==0.12.0 opencv-python>=4.4.0.42 @@ -22,4 +22,4 @@ jsonschema==3.2.0 pandas>=1.1.4 aiofiles==0.8.0 Werkzeug==2.2.2 -Jinja2==3.0.3 +Jinja2==3.1.2