8000 chore(deps): update all dependencies by renovate-bot · Pull Request #2488 · googleapis/gapic-generator-python · GitHub
[go: up one dir, main page]

Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bazeliskrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# See 8000 https://github.com/bazelbuild/bazelisk
USE_BAZEL_VERSION=6.5.0
USE_BAZEL_VERSION=7.7.1
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# New protobuf requires C++17
build --repo_env=BAZEL_CXXOPTS="-std=c++17"
common --noenable_bzlmod
34 changes: 17 additions & 17 deletions .github/workflows/tests.yaml
8000
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
# Use python 3.10 for docs to match the version for the sphinx plugin
Expand All @@ -74,7 +74,7 @@ jobs:
docfx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
# Use python 3.10 for docs to match the version for the sphinx plugin
Expand All @@ -95,7 +95,7 @@ jobs:
python: ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python "${{ matrix.python }}"
uses: actions/setup-python@v6
with:
Expand All @@ -118,7 +118,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python "${{ matrix.python }}"
uses: actions/setup-python@v6
with:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
max-parallel: 1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup temp directory
run: |
sudo mkdir -p /tmp/workspace/tests/cert/
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python "${{ matrix.python }}"
uses: actions/setup-python@v6
with:
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
showcase-unit-add-iam-methods:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python ${{ env.LATEST_STABLE_PYTHON }}
uses: actions/setup-python@v6
with:
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
matrix:
variant: ['', _alternative_templates]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python ${{ env.LATEST_STABLE_PYTHON }}
uses: actions/setup-python@v6
with:
Expand All @@ -292,7 +292,7 @@ jobs:
needs: all_python_setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python ${{ env.LATEST_STABLE_PYTHON }}
uses: actions/setup-python@v6
with:
Expand All @@ -313,7 +313,7 @@ jobs:
python: ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v6
with:
Expand All @@ -337,7 +337,7 @@ jobs:
variant: ['', _alternative_templates]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v6
with:
Expand All @@ -357,10 +357,10 @@ jobs:
runs-on: ubuntu-latest
container: gcr.io/gapic-images/googleapis
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Cache Bazel files
id: cache-bazel
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/bazel
# Note: if the container is updated, the key needs to be updated as well.
Expand All @@ -385,7 +385,7 @@ jobs:
goldens-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python ${{ env.LATEST_STABLE_PYTHON }}
uses: actions/setup-python@v6
with:
Expand All @@ -404,7 +404,7 @@ jobs:
goldens-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python ${{ env.LATEST_STABLE_PYTHON }}
uses: actions/setup-python@v6
with:
Expand All @@ -425,7 +425,7 @@ jobs:
goldens-prerelease:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python ${{ env.PREVIEW_PYTHON_VERSION }}
uses: actions/setup-python@v6
with:
Expand All @@ -447,7 +447,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python ${{ env.LATEST_STABLE_PYTHON }}
uses: actions/setup-python@v6
with:
Expand Down
44 changes: 22 additions & 22 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@ workspace(name = "gapic_generator_python")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")


_rules_python_version = "0.30.0"

_rules_python_sha256 = "3b8b4cdc991bc9def8833d118e4c850f1b7498b3d65d5698eea92c3528b8cf2c"

http_archive(
name = "rules_python",
sha256 = _rules_python_sha256,
strip_prefix = "rules_python-{}".format(_rules_python_version),
url = "https://github.com/bazelbuild/rules_python/archive/{}.tar.gz".format(_rules_python_version),
)

load("@rules_python//python:repositories.bzl", "py_repositories")

py_repositories()

load("@rules_python//python:pip.bzl", "pip_parse")

_bazel_skylib_version = "1.4.0"

_bazel_skylib_sha256 = "f24ab666394232f834f74d19e2ff142b0af17466ea0c69a3f4c276ee75f6efce"
Expand All @@ -22,24 +40,6 @@ http_archive(
],
)

_rules_python_version = "0.26.0"

_rules_python_sha256 = "9d04041ac92a0985e344235f5d946f71ac543f1b1565f2cdbc9a2aaee8adf55b"

http_archive(
name = "rules_python",
sha256 = _rules_python_sha256,
strip_prefix = "rules_python-{}".format(_rules_python_version),
url = "https://github.com/bazelbuild/rules_python/archive/{}.tar.gz".format(_rules_python_version),
)

load("@rules_python//python:repositories.bzl", "py_repositories")

py_repositories()

load("@rules_python//python:pip 5276 .bzl", "pip_parse")


pip_parse(
name = "gapic_generator_python_pip_deps",
requirements_lock = "//:requirements.txt",
Expand All @@ -60,9 +60,9 @@ gapic_generator_python()

gapic_generator_register_toolchains()

_grpc_version = "1.71.0"
_grpc_version = "1.78.1"

_grpc_sha256 = "9313c3f8f4dd3341597f152d506a50caf571fe40f886e24ea9078891990df285"
_grpc_sha256 = "f9b1d9fe1648024150593efa077ee0f600f9823a21e9d618b4f304e6c09c9902"

http_archive(
name = "com_github_grpc_grpc",
Expand All @@ -72,9 +72,9 @@ http_archive(
)
# instantiated in grpc_deps().

_protobuf_version = "30.2"
_protobuf_version = "32.1"

_protobuf_sha256 = "07a43d88fe5a38e434c7f94129cad56a4c43a51f99336074d0799c2f7d4e44c5"
_protobuf_sha256 = "d2081ab9528292f7980ef2d88d2be472453eea4222141046ad4f660874d5f24e"

http_archive(
name = "com_google_protobuf",
Expand Down
Loading
Loading
0