From d6d045ab94ca7fe2b6115101d780de9256ee41df Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 15 Jul 2025 21:23:56 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/docs.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/mypy.yml | 2 +- samples/snippets/requirements-test.txt | 2 +- samples/snippets/requirements.txt | 2 +- samples/snippets/schedule-export/requirements-test.txt | 2 +- samples/snippets/schedule-export/requirements.txt | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2833fe98..f1a43e7a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.13" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel @@ -28,7 +28,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.13" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4866193a..9a059820 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.8" + python-version: "3.13" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 3915cddd..f2b78a53 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.8" + python-version: "3.13" - 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 81c08fe2..5387921c 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -1,5 +1,5 @@ backoff===1.11.1; python_version < "3.7" backoff==2.2.1; python_version >= "3.7" pytest===7.4.3; python_version == '3.7' -pytest==8.3.2; python_version >= '3.8' +pytest==8.4.1; python_version >= '3.8' flaky==3.8.1 diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 8816d485..7790887c 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1 +1 @@ -google-cloud-datastore==2.20.0 \ No newline at end of file +google-cloud-datastore==2.21.0 \ No newline at end of file diff --git a/samples/snippets/schedule-export/requirements-test.txt b/samples/snippets/schedule-export/requirements-test.txt index 6c461db6..8a002468 100644 --- a/samples/snippets/schedule-export/requirements-test.txt +++ b/samples/snippets/schedule-export/requirements-test.txt @@ -1,2 +1,2 @@ pytest===7.4.3; python_version == '3.7' -pytest==8.3.2; python_version >= '3.8' \ No newline at end of file +pytest==8.4.1; python_version >= '3.8' \ No newline at end of file diff --git a/samples/snippets/schedule-export/requirements.txt b/samples/snippets/schedule-export/requirements.txt index 7f503957..3d880788 100644 --- a/samples/snippets/schedule-export/requirements.txt +++ b/samples/snippets/schedule-export/requirements.txt @@ -1 +1 @@ -google-cloud-datastore==2.20.0 +google-cloud-datastore==2.21.0