bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
181 stars 89 forks source link

Update dependency io_abseil_py to v1.4.0 #173

Closed renovate-bot closed 1 year ago

renovate-bot commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
io_abseil_py http_archive minor v1.3.0 -> v1.4.0

Release Notes

abseil/abseil-py ### [`v1.4.0`](https://togithub.com/abseil/abseil-py/releases/tag/v1.4.0) [Compare Source](https://togithub.com/abseil/abseil-py/compare/v1.3.0...v1.4.0) ##### New - (testing) Added `@flagsaver.as_parsed`: this allows saving/restoring flags using string values as if parsed from the command line and will also reflect other flag states after command line parsing, e.g. `.present` is set. ##### Changed - (logging) If no log dir is specified `logging.find_log_dir()` now falls back to `tempfile.gettempdir()` instead of `/tmp/`. ##### Fixed - (flags) Additional kwargs (e.g. `short_name=`) to `DEFINE_multi_enum_class` are now correctly passed to the underlying `Flag` object.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.