From a9cb8d5ee6dc81b5955486d3f1e2c34be5f288f2 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 8 Oct 2025 05:03:59 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/main.yml | 6 +++--- samples/compute/requirements-test.txt | 4 ++-- samples/compute/requirements.txt | 4 ++-- scripts/requirements.txt | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17f90ba000c..528b9bfa657 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }} - name: Check out main branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: refs/heads/main repository: 'yoshi-code-bot/google-api-python-client' @@ -51,9 +51,9 @@ jobs: git checkout -b update-discovery-artifacts-${{ steps.date.outputs.current_date }} - name: Set up Python 3.9 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: - python-version: 3.9 + python-version: 3.14 - name: Install google-api-python-client run: pip3 install -e . diff --git a/samples/compute/requirements-test.txt b/samples/compute/requirements-test.txt index 5027d2b4b63..dcef2dd52b6 100644 --- a/samples/compute/requirements-test.txt +++ b/samples/compute/requirements-test.txt @@ -1,4 +1,4 @@ -pytest==7.4.4; python_version == '3.7' -pytest==8.2.2; python_version >= '3.8' +pytest==8.4.2; python_version == '3.7' +pytest==8.4.2; python_version >= '3.8' flaky==3.8.1 diff --git a/samples/compute/requirements.txt b/samples/compute/requirements.txt index 8d5f648576f..deaed4db7d3 100644 --- a/samples/compute/requirements.txt +++ b/samples/compute/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.134.0 -google-auth==2.30.0 +google-api-python-client==2.184.0 +google-auth==2.41.1 google-auth-httplib2==0.2.0 diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 4b2e332e243..5728f51aba1 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1 @@ -pandas==2.2.2 +pandas==2.3.3