From b224b6d504983042a83c3ac58df75ca1d3e92901 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 3 Feb 2026 01:35:15 +0000 Subject: [PATCH 1/2] chore(deps): update all dependencies --- .github/workflows/compliance.yml | 4 ++-- samples/snippets/requirements-test.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index 567460c..fed95c2 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -11,7 +11,7 @@ jobs: python: ['3.14'] steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python uses: actions/setup-python@v6 with: @@ -32,7 +32,7 @@ jobs: python: ['3.14'] steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python uses: actions/setup-python@v6 with: diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index 9471b3d..5b240e0 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -1 +1 @@ -pytest==8.4.2 +pytest==9.0.2 From b3b268a3cb25f4e2115f1da0bbf33e94096a0a3b Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 3 Feb 2026 17:12:10 -0500 Subject: [PATCH 2/2] pin pytest --- samples/snippets/requirements-test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index 5b240e0..3cfc6ef 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -1 +1,2 @@ +pytest===8.3.5; python_version < '3.10' pytest==9.0.2