fix(deps): update dependency lazy-object-proxy to v1.11.0 (#328)
All checks were successful
Security / sonarqube (push) Successful in 2m42s
Security / snyk (push) Successful in 3m35s

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) ([changelog](https://python-lazy-object-proxy.readthedocs.io/en/latest/changelog.html)) | project.dependencies | minor | `==1.10.0` -> `==1.11.0` |

---

### Release Notes

<details>
<summary>ionelmc/python-lazy-object-proxy (lazy-object-proxy)</summary>

### [`v1.11.0`](https://github.com/ionelmc/python-lazy-object-proxy/blob/HEAD/CHANGELOG.rst#1110-2025-04-16)

[Compare Source](https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.10.0...v1.11.0)

-   Added Python 3.13 wheels.
-   Added support for `__format__`.
-   Dropped support for Python 3.8.

</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 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDUuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI0NS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->

Reviewed-on: #328
Reviewed-by: Luke Tainton <luke@tainton.uk>
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
This commit is contained in:
2025-04-16 23:52:57 +02:00
committed by Luke Tainton
parent 6b6290b6a8
commit 92b5d9468c
2 changed files with 13 additions and 19 deletions

View File

@ -17,7 +17,7 @@ dependencies = [
"exceptiongroup==1.2.2",
"idna==3.10",
"iniconfig==2.1.0",
"lazy-object-proxy==1.10.0",
"lazy-object-proxy==1.11.0",
"mccabe==0.7.0",
"mypy-extensions==1.0.0",
"packaging==24.2",