From 8416ec785fbb9b06b271c81e67026cc76ec71129 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:32:54 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1e43a4a..3ff0b7e 100644 --- a/setup.py +++ b/setup.py @@ -26,8 +26,8 @@ setup( "pandas==2.2.2", "requests==2.32.3", "moviepy==2.0.0.dev2", - "zipp==3.17.0", - "urllib3==2.2.1", + "zipp==3.19.1", + "urllib3==2.2.2", "networkx==3.3", "scipy==1.13.1", "beautifulsoup4==4.12.3"