chore(deps): update all dependencies
This PR contains the following updates:
| Package | Type | Update | Change | Age | Confidence |
|---|---|---|---|---|---|
| actions/cache | action | major | v4 -> v5 |
||
| actions/checkout | action | major | v5 -> v6 |
||
| cachetools | patch | ==6.2.1 -> ==6.2.4 |
|||
| certifi | minor | ==2025.10.5 -> ==2025.11.12 |
|||
| click (changelog) | patch | ==8.3.0 -> ==8.3.1 |
|||
| exceptiongroup (changelog) | patch | ==1.3.0 -> ==1.3.1 |
|||
| google-auth | minor | ==2.43.0 -> ==2.45.0 |
|||
| proto-plus | minor | ==1.26.1 -> ==1.27.0 |
|||
| protobuf | patch | ==6.33.0 -> ==6.33.2 |
|||
| pypandoc | patch | ==1.16 -> ==1.16.2 |
|||
| pytest (changelog) | patch | ==9.0.0 -> ==9.0.2 |
|||
| python | uses-with | minor | 3.10 -> 3.14 |
||
| rules_cc | http_archive | minor | 0.1.1 -> 0.2.16 |
||
| ubuntu | github-runner | major | 22.04 -> 24.04 |
Release Notes
pallets/click (click)
v8.3.1
Released 2025-11-15
- Don't discard pager arguments by correctly using
subprocess.Popen. :issue:3039:pr:3055 - Replace
Sentinel.UNSETdefault values byNoneas they're passed through theContext.invoke()method. :issue:3066:issue:3065:pr:3068 - Fix conversion of
Sentinel.UNSEThappening too early, which caused incorrect behavior for multiple parameters using the same name. :issue:3071:pr:3079 - Hide
Sentinel.UNSETvalues asNonewhen looking up for other parameters through the context inside parameter callbacks. :issue:3136:pr:3137 - Fix rendering when
promptandconfirmparameterprompt_suffixis empty. :issue:3019:pr:3021 - When
Sentinel.UNSETis found during parsing, it will skip calls totype_cast_value. :issue:3069:pr:3090
agronholm/exceptiongroup (exceptiongroup)
v1.3.1
- Fixed
AttributeError: 'TracebackException' object has no attribute 'exceptions'when formatting unpickled TBEs from another Python process which did not apply theexceptiongrouppatches (#144)
googleapis/google-auth-library-python (google-auth)
v2.45.0
Features
- Adding Agent Identity bound token support and handling certificate mismatches with retries (#1890) (b32c934e6b0d09b94c467cd432a0a635e8b05f5c)
v2.44.0
Features
- support Python 3.14 (#1822) (0f7097e78f247665b6ef0287d482033f7be2ed6d)
- add ecdsa p-384 support (#1872) (39c381a5f6881b590025f36d333d12eff8dc60fc)
- MDS connections use mTLS (#1856) (0387bb95713653d47e846cad3a010eb55ef2db4c)
- Implement token revocation in STS client and add revoke() metho… (#1849) (d5638986ca03ee95bfffa9ad821124ed7e903e63)
- Add shlex to correctly parse executable commands with spaces (#1855) (cf6fc3cced78bc1362a7fe596c32ebc9ce03c26b)
Bug Fixes
- Use public refresh method for source credentials in ImpersonatedCredentials (#1884) (e0c3296f471747258f6d98d2d9bfde636358ecde)
- Add temporary patch to workload cert logic to accomodate Cloud Run mis-configuration (#1880) (78de7907b8bdb7b5510e3c6fa8a3f3721e2436d7)
- Delegate workload cert and key default lookup to helper function (#1877) (b0993c7edaba505d0fb0628af28760c43034c959)
googleapis/proto-plus-python (proto-plus)
v1.27.0
Features
- Add classifier for Python 3.14 (#544) (d9f41512648c4551fc3e926649864c5dfe3964b2)
pytest-dev/pytest (pytest)
v9.0.2
pytest 9.0.2 (2025-12-06)
Bug fixes
-
#13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.
You may enable it again by passing
-p terminalprogress. We may enable it by default again once compatibility improves in the future.Additionally, when the environment variable
TERMisdumb, the escape codes are no longer emitted, even if the plugin is enabled. -
#13904: Fixed the TOML type of the
tmp_path_retention_countsettings in the API reference from number to string. -
#13946: The private
config.inicfgattribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be deprecated in pytest 9.1 and removed in pytest 10. -
#13965: Fixed quadratic-time behavior when handling
unittestsubtests in Python 3.10.
Improved documentation
- #4492: The API Reference now contains cross-reference-able documentation of
pytest's command-line flags <command-line-flags>.
v9.0.1
pytest 9.0.1 (2025-11-12)
Bug fixes
- #13895: Restore support for skipping tests via
raise unittest.SkipTest. - #13896: The terminal progress plugin added in pytest 9.0 is now automatically disabled when iTerm2 is detected, it generated desktop notifications instead of the desired functionality.
- #13904: Fixed the TOML type of the verbosity settings in the API reference from number to string.
- #13910: Fixed UserWarning: Do not expect file_or_dir on some earlier Python 3.12 and 3.13 point versions.
Packaging updates and notes for downstreams
- #13933: The tox configuration has been adjusted to make sure the desired
version string can be passed into its
package_envthrough theSETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTESTenvironment variable as a part of the release process -- bywebknjaz.
Contributor-facing changes
- #13891, #13942: The CI/CD part of the release automation is now capable of
creating GitHub Releases without having a Git checkout on
disk -- by
bluetechandwebknjaz. - #13933: The tox configuration has been adjusted to make sure the desired
version string can be passed into its
package_envthrough theSETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTESTenvironment variable as a part of the release process -- bywebknjaz.
actions/python-versions (python)
v3.14.2: 3.14.2
Python 3.14.2
v3.14.1: 3.14.1
Python 3.14.1
v3.14.0: 3.14.0
Python 3.14.0
v3.13.11: 3.13.11
Python 3.13.11
v3.13.10: 3.13.10
Python 3.13.10
v3.13.9: 3.13.9
Python 3.13.9
v3.13.8: 3.13.8
Python 3.13.8
v3.13.7: 3.13.7
Python 3.13.7
v3.13.6: 3.13.6
Python 3.13.6
v3.13.5: 3.13.5
Python 3.13.5
v3.13.4: 3.13.4
Python 3.13.4
v3.13.3: 3.13.3
Python 3.13.3
v3.13.2: 3.13.2
Python 3.13.2
v3.13.1: 3.13.1
Python 3.13.1
v3.13.0: 3.13.0
Python 3.13.0
v3.12.12: 3.12.12
Python 3.12.12
v3.12.11: 3.12.11
Python 3.12.11
v3.12.10: 3.12.10
Python 3.12.10
v3.12.9: 3.12.9
Python 3.12.9
v3.12.8: 3.12.8
Python 3.12.8
v3.12.7: 3.12.7
Python 3.12.7
v3.12.6: 3.12.6
Python 3.12.6
v3.12.5: 3.12.5
Python 3.12.5
v3.12.4: 3.12.4
Python 3.12.4
v3.12.3: 3.12.3
Python 3.12.3
v3.12.2: 3.12.2
Python 3.12.2
v3.12.1: 3.12.1
Python 3.12.1
v3.12.0: 3.12.0
Python 3.12.0
v3.11.14: 3.11.14
Python 3.11.14
v3.11.13: 3.11.13
Python 3.11.13
v3.11.12: 3.11.12
Python 3.11.12
v3.11.11: 3.11.11
Python 3.11.11
v3.11.10: 3.11.10
Python 3.11.10
v3.11.9: 3.11.9
Python 3.11.9
v3.11.8: 3.11.8
Python 3.11.8
v3.11.7: 3.11.7
Python 3.11.7
v3.11.6: 3.11.6
Python 3.11.6
v3.11.5: 3.11.5
Python 3.11.5
v3.11.4: 3.11.4
Python 3.11.4
v3.11.3: 3.11.3
Python 3.11.3
v3.11.2: 3.11.2
Python 3.11.2
v3.11.1: 3.11.1
Python 3.11.1
v3.11.0: 3.11.0
Python 3.11.0
bazelbuild/rules_cc (rules_cc)
v0.2.16
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.16")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "458b658277ba51b4730ea7a2020efdf1c6dcadf7d30de72e37f4308277fa8c01",
strip_prefix = "rules_cc-0.2.16",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.16/rules_cc-0.2.16.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.15...0.2.16
v0.2.15
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.15")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "5e0077e2a5287e18873ae494a4d881d2e6df5f18d5edd3703c2724f9a36a0004",
strip_prefix = "rules_cc-0.2.15",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.15/rules_cc-0.2.15.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.14...0.2.15
v0.2.14
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.14")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "a2fdfde2ab9b2176bd6a33afca14458039023edb1dd2e73e6823810809df4027",
strip_prefix = "rules_cc-0.2.14",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.14/rules_cc-0.2.14.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.13...0.2.14
v0.2.13
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.13")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "472ddca8cec1e64ad78e4f0cabbec55936a3baddbe7bef072764ca91504bd523",
strip_prefix = "rules_cc-0.2.13",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.13/rules_cc-0.2.13.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.12...0.2.13
v0.2.12
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.12")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "35457e8d5cf273e02fc6781cf7160054c6f412bd98de1ae501c850d1be2bdfc0",
strip_prefix = "rules_cc-0.2.12",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.12/rules_cc-0.2.12.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.11...0.2.12
v0.2.11
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.11")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "5287821524d1c1d20f1c0ffa90bd2c2d776473dd8c84dafa9eb783150286d825",
strip_prefix = "rules_cc-0.2.11",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.11/rules_cc-0.2.11.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.10...0.2.11
v0.2.10
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.10")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "774fd6cb9f90f98f1d26c776896b16a517a1af65337fcfaa705261df175f04a6",
strip_prefix = "rules_cc-0.2.10",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.10/rules_cc-0.2.10.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.9...0.2.10
v0.2.9
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.9")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "69ceb454b9b29e0aba7da81c72e96ecafd81d2044be883b46398b1c77ca7fff9",
strip_prefix = "rules_cc-0.2.9",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.9/rules_cc-0.2.9.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.8...0.2.9
v0.2.8
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.8")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "207ea073dd20a705f9e8bc5ac02f5203e9621fc672774bb1a0935aefab7aebfa",
strip_prefix = "rules_cc-0.2.8",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.8/rules_cc-0.2.8.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.7...0.2.8
v0.2.7
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.7")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "36ebed732fbdb5aafc73f4ffc0e276717ca6c4d927e967f325a45d6abc141c74",
strip_prefix = "rules_cc-0.2.7",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.7/rules_cc-0.2.7.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.6...0.2.7
v0.2.6
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.6")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "78cfc4131c1814ee549a4c1c064d5b91ee5026eef231e548232def4ce3e0671e",
strip_prefix = "rules_cc-0.2.6",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.6/rules_cc-0.2.6.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.5...0.2.6
v0.2.5
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.5")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "c0a0cee0e94c7242b6904c2ad23e19a90c8127946d19a11d61a20f50a01cca20",
strip_prefix = "rules_cc-0.2.5",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.5/rules_cc-0.2.5.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.4...0.2.5
v0.2.4
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.4")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "8dcd63392f0bb48adf74f413a9f39ba0fedcb8f99bf085a3b450f06d171dbb6d",
strip_prefix = "rules_cc-0.2.4",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.4/rules_cc-0.2.4.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.3...0.2.4
v0.2.3
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.3")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "88661aba2ad049ae0be36eca8222c1911a397c077776aba8efa42b737eaa3152",
strip_prefix = "rules_cc-0.2.3",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.3/rules_cc-0.2.3.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.2...0.2.3
v0.2.2
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.2")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "e50f24506011841e2ac83d9733a0c7e058eb3a10a6e3e10baa9c7942ff5f4767",
strip_prefix = "rules_cc-0.2.2",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.2/rules_cc-0.2.2.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.1...0.2.2
v0.2.1
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.1")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "92fed78a5a310f86c060dcaed20f396ef0198cc3d46a46fdea7c469042cf02ce",
strip_prefix = "rules_cc-0.2.1",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.1/rules_cc-0.2.1.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.0...0.2.1
v0.2.0
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.2.0")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "ae244f400218f4a12ee81658ff246c0be5cb02c5ca2de5519ed505a6795431e9",
strip_prefix = "rules_cc-0.2.0",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.0/rules_cc-0.2.0.tar.gz",
)
load("@​rules_cc//cc:repositories.bzl", "rules_cc_dependencies", "rules_cc_toolchains")
rules_cc_dependencies()
rules_cc_toolchains()
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.1.4...0.2.0
v0.1.5
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.1.5")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "b8b918a85f9144c01f6cfe0f45e4f2838c7413961a8ff23bc0c6cdf8bb07a3b6",
strip_prefix = "rules_cc-0.1.5",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.1.5/rules_cc-0.1.5.tar.gz",
)
What's Changed
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.1.4...0.1.5
v0.1.4
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.1.4")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "0d3b4f984c4c2e1acfd1378e0148d35caf2ef1d9eb95b688f8e19ce0c41bdf5b",
strip_prefix = "rules_cc-0.1.4",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.1.4/rules_cc-0.1.4.tar.gz",
)
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.1.3...0.1.4
v0.1.3
Using bzlmod with Bazel 6 or later:
-
[Bazel 6] Add
common --enable_bzlmodto.bazelrc. -
Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_cc", version = "0.1.3")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "64cb81641305dcf7b3b3d5a73095ee8fe7444b26f7b72a12227d36e15cfbb6cb",
strip_prefix = "rules_cc-0.1.3",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.1.3/rules_cc-0.1.3.tar.gz",
)
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.1.2...0.1.3
v0.1.2
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.1.2/rules_cc-0.1.2.tar.gz"],
sha256 = "d62624b45e0912713dcd3b8e30ba6ae55418ed6bf99e6d135cd61b8addae312b",
strip_prefix = "rules_cc-0.1.2",
)
Incompatible changes
- Change the default for use_cpp_toolchain to be mandatory: tracking issue #425
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.1.1...0.1.2
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Summary of Changes
Hello @renovate-bot, I'm Gemini Code Assist[^1]! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!
This pull request focuses on maintaining the project's health and security by updating a comprehensive set of dependencies. It ensures that the development and CI/CD environments leverage the latest stable versions of Python packages, Bazel build rules, and GitHub Actions runners, thereby benefiting from recent bug fixes, performance enhancements, and security patches across the board.
Highlights
- Dependency Updates: Multiple Python dependencies have been updated to their latest versions, including
cachetools,certifi,click,protobuf,pypandoc, andpytest. - Bazel Rules for C++: The
rules_ccBazel dependency has been significantly upgraded from version0.1.1to0.2.14, incorporating numerous changes and improvements from several intermediate releases. - GitHub Actions Environment: The Python version used in GitHub Actions has been updated from
3.10to3.14, and the Ubuntu runner image has been upgraded from22.04to24.04. - Pytest Bug Fixes: The
pytestupdate to9.0.1includes important bug fixes, such as restoring support forunittest.SkipTestand addressing issues with the terminal progress plugin in iTerm2.
Ignored Files
- Ignored by pattern:
.github/workflows/**(1)- .github/workflows/tests.yaml
Using Gemini Code Assist
The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.
Invoking Gemini
You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.
| Feature | Command | Description |
|---|---|---|
| Code Review | /gemini review |
Performs a code review for the current pull request in its current state. |
| Pull Request Summary | /gemini summary |
Provides a summary of the current pull request in its current state. |
| Comment | @gemini-code-assist | Responds in comments when explicitly tagged, both in pull request comments and review comments. |
| Help | /gemini help |
Displays a list of available commands. |
Customization
To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.
Limitations & Feedback
Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with :thumbsup: and :thumbsdown: on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.
You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.
[^1]: Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.