From a0897bd6345721cc53cb506a1fe03cad8fe96d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 03:56:23 +0000 Subject: [PATCH 1/2] Bump tap-py from 3.1 to 3.2.1 Bumps tap-py from 3.1 to 3.2.1. --- updated-dependencies: - dependency-name: tap-py dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 285e773..a1e1623 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -tap.py==3.1 +tap.py==3.2.1 tcms-api>=12.8.1 requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability From 06e284c1dfc20fe3b1b47debdcc020a447ab65ad Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 27 Jan 2025 19:15:22 +0200 Subject: [PATCH 2/2] Move from Python 3.8 to 3.9 during testing --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c2ae8cf..ebffafa 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.11] + python-version: [3.9, 3.11] kiwitcms-url: [tcms.kiwitcms.org, public.tenant.kiwitcms.org] make-command: [ci, check-build, tap]