From f32b9468e603c452734ccff9fb1197fe7be839a2 Mon Sep 17 00:00:00 2001 From: Daniel Seichter Date: Sun, 22 Dec 2024 21:17:56 +0100 Subject: [PATCH] Upgrade dependencies --- src/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index 7714119..6dffd37 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,8 +1,8 @@ wxPython==4.2.2; sys_platform != "linux" https://github.com/dseichter/wxpython-whl/releases/download/4.2.2/wxPython-4.2.2-cp312-cp312-linux_x86_64.whl; sys_platform == "linux" -urllib3==2.2.3 +urllib3==2.3.0 pandas==2.2.3 -numpy==2.2.0 +numpy==2.2.1 openpyxl==3.1.5 pyinstaller==6.11.1 defusedxml==0.7.1 \ No newline at end of file