From 4079fcc88c088a7d0e6c4c1fb98fdfef8c29ec84 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Jan 2023 16:53:09 +0000 Subject: [PATCH 1/3] chore(deps): update dependency pytest to v7.2.1 --- samples/snippets/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index 49780e0..805eb2a 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -1 +1 @@ -pytest==7.2.0 +pytest==7.2.1 From eeb88b03983a730973a103ba01da7344a9b519e9 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 30 Jan 2023 12:08:44 -0500 Subject: [PATCH 2/3] use python 3.11 in prerelease github action workflow --- .github/workflows/unittest-prerelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittest-prerelease.yml b/.github/workflows/unittest-prerelease.yml index 776945a..18fc3f0 100644 --- a/.github/workflows/unittest-prerelease.yml +++ b/.github/workflows/unittest-prerelease.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ['3.10'] + python: ['3.11'] steps: - name: Checkout uses: actions/checkout@v3 From bef8e977e3205c4b8a5ce86fca962157eedaf91f Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 30 Jan 2023 12:10:30 -0500 Subject: [PATCH 3/3] use python 3.11 in compliance github action workflow --- .github/workflows/compliance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index aa49744..0ae1101 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ['3.10'] + python: ['3.11'] steps: - name: Checkout uses: actions/checkout@v3 @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ['3.10'] + python: ['3.11'] steps: - name: Checkout uses: actions/checkout@v3