From ddceb478d603732ddc1ef81bc7091cbffe0ce3f6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 11 Jun 2024 18:37:06 +0200 Subject: [PATCH] chore(deps): update all dependencies (#455) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: allow protobuf <6 --------- Co-authored-by: Owl Bot Co-authored-by: Anthonios Partheniou --- .github/workflows/tests.yml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 59518acc..edbc2141 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: - name: Build the documentation. run: nox -s docs unit: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] @@ -83,7 +83,7 @@ jobs: name: coverage-artifact-${{ matrix.variant }}-${{ env.PYTHON_VERSION_TRIMMED }} path: .coverage-${{ matrix.variant }}-${{ env.PYTHON_VERSION_TRIMMED }} prerelease: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: python: ['3.12'] diff --git a/setup.py b/setup.py index cb09371f..e3a54892 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ long_description=README, platforms="Posix; MacOS X", include_package_data=True, - install_requires=("protobuf >= 3.19.0, <6.0.0dev",), + install_requires=("protobuf >=3.19.0, <6.0.0dev",), extras_require={ "testing": [ "google-api-core >= 1.31.5",