Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit ddceb47

Browse files
renovate-botgcf-owl-bot[bot]parthea
authored
chore(deps): update all dependencies (#455)
* 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 <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 5a7666c commit ddceb47

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build the documentation.
4040
run: nox -s docs
4141
unit:
42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-22.04
4343
strategy:
4444
matrix:
4545
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
@@ -83,7 +83,7 @@ jobs:
8383
name: coverage-artifact-${{ matrix.variant }}-${{ env.PYTHON_VERSION_TRIMMED }}
8484
path: .coverage-${{ matrix.variant }}-${{ env.PYTHON_VERSION_TRIMMED }}
8585
prerelease:
86-
runs-on: ubuntu-20.04
86+
runs-on: ubuntu-22.04
8787
strategy:
8888
matrix:
8989
python: ['3.12']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
long_description=README,
4343
platforms="Posix; MacOS X",
4444
include_package_data=True,
45-
install_requires=("protobuf >= 3.19.0, <6.0.0dev",),
45+
install_requires=("protobuf >=3.19.0, <6.0.0dev",),
4646
extras_require={
4747
"testing": [
4848
"google-api-core >= 1.31.5",

0 commit comments

Comments
 (0)