diff --git a/.github/workflows/build-test-release.yaml b/.github/workflows/build-test-release.yaml index 374d2bf6..3dc3ce5d 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -13,7 +13,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: "3.7" + PYTHON_VERSION: "3.13" POETRY_VERSION: "1.5.1" jobs: @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - id: matrix - uses: splunk/addonfactory-test-matrix-action@v1.10 + uses: splunk/addonfactory-test-matrix-action@v3.0.6 fossa-scan: continue-on-error: true diff --git a/tests/testdata/Splunk_TA_UCCExample/package/lib/requirements.txt b/tests/testdata/Splunk_TA_UCCExample/package/lib/requirements.txt index 65c27f79..1f8bb634 100644 --- a/tests/testdata/Splunk_TA_UCCExample/package/lib/requirements.txt +++ b/tests/testdata/Splunk_TA_UCCExample/package/lib/requirements.txt @@ -6,7 +6,7 @@ pysocks==1.7.1 ; python_version >= "3.7" and python_version < "4.0" requests==2.28.2 ; python_version >= "3.7" and python_version < "4" solnlib==4.9.1 ; python_version >= "3.7" and python_version < "4.0" sortedcontainers==2.4.0 ; python_version >= "3.7" and python_version < "4.0" -splunk-sdk==1.7.3 ; python_version >= "3.7" and python_version < "4.0" +splunk-sdk==2.1.0 ; python_version >= "3.7" and python_version < "4.0" splunktalib==3.0.3 ; python_version >= "3.7" and python_version < "4.0" splunktaucclib==6.0.7 ; python_version >= "3.7" and python_version < "4.0" urllib3==1.26.14 ; python_version >= "3.7" and python_version < "4"