From c302ac084fd82a38d34a2c3287a4fe8bf121b483 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 13 Feb 2026 16:45:09 +0000 Subject: [PATCH 1/2] chore(deps): update all dependencies --- .github/workflows/docs.yml | 4 ++-- samples/snippets/requirements-test.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c5ee9883..b88addbc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.10" + python-version: "3.14" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel @@ -28,7 +28,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.10" + python-version: "3.14" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index 6e6ff3ab..2a21e952 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -3,5 +3,5 @@ backoff==2.2.1; python_version >= "3.7" pytest===7.4.3; python_version == '3.7' pytest===8.3.5; python_version == '3.8' pytest===8.4.2; python_version == '3.9' -pytest==8.4.2; python_version >= '3.10' +pytest==9.0.2; python_version >= '3.10' flaky==3.8.1 From 3605561dc682455cfdf9f742cbb44c008f74e740 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 13 Feb 2026 12:12:18 -0500 Subject: [PATCH 2/2] revert --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b88addbc..c5ee9883 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.14" + python-version: "3.10" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel @@ -28,7 +28,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.14" + python-version: "3.10" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel