From 027a5688cbe67fe82535e3a5a366b6021e270c10 Mon Sep 17 00:00:00 2001 From: Florian Greistorfer Date: Wed, 4 Feb 2026 07:53:28 +0100 Subject: [PATCH] updated dependencies --- .github/workflows/build-release.yml | 2 ++ requirements.txt | 11 +++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index eab5a10..49e5185 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -9,6 +9,8 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.12' + - name: Install PyInstaller + run: pip install pyinstaller - name: Install Dependencies run: pip install -r requirements.txt - name: Build Package diff --git a/requirements.txt b/requirements.txt index 8204ca6..8f553e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,12 @@ -beautifulsoup4~=4.13.4 +beautifulsoup4~=4.14.3 CairoSVG~=2.7.1 ConfigArgParse~=1.7.1 defusedxml~=0.7.1 html5lib~=1.1 Jinja2~=3.1.6 jsmin~=3.0.1 -Pillow~=11.3.0 -pyinstaller~=6.11.1 +Pillow~=12.1.0 python_json_logger~=2.0.7 -rich_argparse~=1.7.1 -selenium~=4.34.2 -tqdm~=4.66.4 +rich_argparse~=1.7.2 +selenium~=4.40.0 +tqdm~=4.66.6