From 55150e209684662c65ce7093b1f5454b4eebe662 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 22:50:26 +0200 Subject: [PATCH] chore(deps): update dependency python to v3.14.0 (#2247) Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> --- .github/workflows/on_icon_addition_approved.yml | 2 +- .github/workflows/on_icon_update_approved.yml | 2 +- .github/workflows/update_icons_and_resources.yml | 6 +++--- .github/workflows/validate_and_preview_icons.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/on_icon_addition_approved.yml b/.github/workflows/on_icon_addition_approved.yml index 5add534e..2712bbb7 100644 --- a/.github/workflows/on_icon_addition_approved.yml +++ b/.github/workflows/on_icon_addition_approved.yml @@ -26,7 +26,7 @@ jobs: - name: Set Up Python uses: actions/setup-python@v4 with: - python-version: "3.13.7" + python-version: "3.14.0" - name: Install Dependencies run: | pip install cairosvg pillow requests diff --git a/.github/workflows/on_icon_update_approved.yml b/.github/workflows/on_icon_update_approved.yml index 4417cd42..1c43a0d7 100644 --- a/.github/workflows/on_icon_update_approved.yml +++ b/.github/workflows/on_icon_update_approved.yml @@ -26,7 +26,7 @@ jobs: - name: Set Up Python uses: actions/setup-python@v4 with: - python-version: "3.13.7" + python-version: "3.14.0" - name: Install Dependencies run: | pip install cairosvg pillow requests diff --git a/.github/workflows/update_icons_and_resources.yml b/.github/workflows/update_icons_and_resources.yml index d4ab6b89..89297a16 100644 --- a/.github/workflows/update_icons_and_resources.yml +++ b/.github/workflows/update_icons_and_resources.yml @@ -17,7 +17,7 @@ jobs: - name: Set Up Python uses: actions/setup-python@v4 with: - python-version: "3.13.7" + python-version: "3.14.0" - name: Install Dependencies run: | @@ -50,7 +50,7 @@ jobs: - name: Set Up Python uses: actions/setup-python@v4 with: - python-version: "3.13.7" + python-version: "3.14.0" - name: Commit and Push Changes run: | @@ -75,7 +75,7 @@ jobs: - name: Set Up Python uses: actions/setup-python@v4 with: - python-version: "3.13.7" + python-version: "3.14.0" - name: Commit and Push Changes run: | diff --git a/.github/workflows/validate_and_preview_icons.yml b/.github/workflows/validate_and_preview_icons.yml index f3e8db19..e9056cbb 100644 --- a/.github/workflows/validate_and_preview_icons.yml +++ b/.github/workflows/validate_and_preview_icons.yml @@ -15,7 +15,7 @@ jobs: - name: Set Up Python uses: actions/setup-python@v4 with: - python-version: "3.13.7" + python-version: "3.14.0" - name: Install Dependencies run: |