From 46ff192fb5d25889252765deed6311237e15512d Mon Sep 17 00:00:00 2001 From: helrond <607621+helrond@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:21:57 +0000 Subject: [PATCH] Scheduled dependency updates --- .github/workflows/dependencies.yml | 2 +- .github/workflows/pythonpublish.yml | 2 +- .github/workflows/tests.yml | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index b30673c..2839eb5 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -20,7 +20,7 @@ jobs: ref: development - name: Set up Python - uses: actions/setup-python@v5.6.0 + uses: actions/setup-python@v6.0.0 with: python-version: '3.10' cache: pip diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 0721970..28d866e 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - name: Set up Python - uses: actions/setup-python@v5.6.0 + uses: actions/setup-python@v6.0.0 with: python-version: "3.x" - name: Install pypa/build diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0f84be1..ffc691f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5.6.0 + uses: actions/setup-python@v6.0.0 with: python-version: ${{ matrix.python-version }} cache: 'pip' diff --git a/requirements.txt b/requirements.txt index d08b24d..618a35e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ jsonschema-specifications==2025.9.1 # via jsonschema more-itertools==10.8.0 # via archivessnake -pyyaml==6.0.2 +pyyaml==6.0.3 # via archivessnake rapidfuzz==3.14.1 # via archivessnake