-
Notifications
You must be signed in to change notification settings - Fork 62
Commit cae6d79
authored
deps: update dependency absl-py to v2.1.0 (#2659)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [absl-py](https://togithub.com/abseil/abseil-py) | `==2.0.0` -> `==2.1.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>abseil/abseil-py (absl-py)</summary>
### [`v2.1.0`](https://togithub.com/abseil/abseil-py/blob/HEAD/CHANGELOG.md#210-2024-01-16)
[Compare Source](https://togithub.com/abseil/abseil-py/compare/v2.0.0...v2.1.0)
##### Added
- (flags) Added `absl.flags.override_value` function to provide `FlagHolder`
with a construct to modify values. The new interface parallels
`absl.flags.FlagValues.__setattr__` but checks that the provided value
conforms to the flag's expected type.
- (testing) Added a new method `absltest.TestCase.assertDataclassEqual` that
tests equality of `dataclass.dataclass` objects with better error messages
when the assert fails.
##### Changed
- (flags) `absl.flags.argparse_flags.ArgumentParser` now correctly inherits
an empty instance of `FlagValues` to ensure that absl flags, such as
`--flagfile`, `--undefok` are supported.
- (testing) Do not exit 5 if tests were skipped on Python 3.12. This follows
the CPython change[https://togithub.com/python/cpython/pull/113856](https://togithub.com/python/cpython/pull/113856)3856.
##### Fixed
- (flags) The flag `foo` no longer retains the value `bar` after
`FLAGS.foo = bar` fails due to a validation error.
- (testing) Fixed an issue caused by
[this Python 3.12.1 change](https://togithub.com/python/cpython/pull/109725)
where the test reporter crashes when all tests are skipped.
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/sdk-platform-java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->1 parent 9fb8504 commit cae6d79Copy full SHA for cae6d79
1 file changed
+1
-1
lines changedlibrary_generation/requirements.txt
Copy file name to clipboardExpand all lines: library_generation/requirements.txt+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
0 commit comments