From a1a7f45f066ee3002f087a52e55d5b5ba6d46656 Mon Sep 17 00:00:00 2001 From: Simon Steuer Date: Mon, 31 Mar 2025 17:27:19 +0200 Subject: [PATCH] =?UTF-8?q?pymssql=20in=20requirements=20aufgenommen=20(wi?= =?UTF-8?q?rd=20f=C3=BCr=20Datenbankabfrage=20ben=C3=B6tigt)=20und=20sonst?= =?UTF-8?q?ige=20Dependencies=20upgedated.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/requirements.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/lib/requirements.txt b/lib/requirements.txt index bc1b9eb..d444305 100644 --- a/lib/requirements.txt +++ b/lib/requirements.txt @@ -1,8 +1,9 @@ -numpy==1.26.1 -pandas==2.1.1 -python-dateutil==2.8.2 -pytz==2023.3.post1 -six==1.16.0 -tzdata==2023.3 -et-xmlfile==1.1.0 -openpyxl==3.1.2 +et_xmlfile==2.0.0 +numpy==2.2.3 +openpyxl==3.1.5 +pandas==2.2.3 +pymssql==2.3.2 +python-dateutil==2.9.0.post0 +pytz==2025.1 +six==1.17.0 +tzdata==2025.1