From ef3e31b047476e847104206cce349d975b576cc5 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Fri, 22 Aug 2025 21:29:05 +0200 Subject: [PATCH] chore(deps): update dependency lazy-object-proxy to v1.12.0 (#364) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) ([changelog](https://python-lazy-object-proxy.readthedocs.io/en/latest/changelog.html)) | `==1.11.0` -> `==1.12.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/lazy-object-proxy/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/lazy-object-proxy/1.11.0/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ionelmc/python-lazy-object-proxy (lazy-object-proxy) ### [`v1.12.0`](https://github.com/ionelmc/python-lazy-object-proxy/blob/HEAD/CHANGELOG.rst#1120-2025-08-22) [Compare Source](https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.11.0...v1.12.0) - Fixed testing issues when C extensions are not desired. Contributed by Michał Górny in `#​79 `\_. - Added support for GraalPy. Contributed by Michael Šimáček in `#​87 `\_. - Fixed testing issues on Python 3.14. Contributed by Michał Górny in `#​88 `\_. - Modernized packaging to have metadata in `pyproject.toml`. - Added Python 3.14 wheels.
--- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/repos/pypilot/pulls/364 Co-authored-by: Renovate [BOT] Co-committed-by: Renovate [BOT] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b490f96..0a93283 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "exceptiongroup==1.3.0", "idna==3.10", "iniconfig==2.1.0", - "lazy-object-proxy==1.11.0", + "lazy-object-proxy==1.12.0", "mccabe==0.7.0", "mypy-extensions==1.1.0", "packaging==25.0",