diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17f90ba000c..a3c33134ace 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' @@ -53,7 +53,7 @@ jobs: - name: Set up Python 3.9 uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.13 - 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..dd8fb5d6d55 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.1; python_version == '3.7' +pytest==8.4.1; python_version >= '3.8' flaky==3.8.1 diff --git a/samples/compute/requirements.txt b/samples/compute/requirements.txt index 8d5f648576f..6a44bd6ad1c 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.178.0 +google-auth==2.40.3 google-auth-httplib2==0.2.0 diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 4b2e332e243..cf13a38d859 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1 @@ -pandas==2.2.2 +pandas==2.3.1