Skip to content

chore(deps): update dependency lazy-object-proxy to v1.6.0

renovate requested to merge renovate/lazy-object-proxy-1.x into main

This MR contains the following updates:

Package Update Change
lazy-object-proxy (changelog) minor ==1.5.2 -> ==1.6.0

Release Notes

ionelmc/python-lazy-object-proxy

v1.6.0

Compare Source

  • Added support for async special methods (__aiter__, __anext__, __await__, __aenter__, __aexit__). These are used in the async for, await` andasync with`` statements.

    Note that __await__ returns a wrapper that tries to emulate the crazy stuff going on in the ceval loop, so there will be a small performance overhead.

  • Added the __resolved__ property. You can use it to check if the factory has been called.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports