Skip to content

chore(deps): update dependency lazy-object-proxy to v1.9.0#83

Merged
ajhelsby merged 1 commit into
mainfrom
renovate/lazy-object-proxy-1.x
Jan 19, 2023
Merged

chore(deps): update dependency lazy-object-proxy to v1.9.0#83
ajhelsby merged 1 commit into
mainfrom
renovate/lazy-object-proxy-1.x

Conversation

@renovate

@renovate renovate Bot commented Jan 4, 2023

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lazy-object-proxy (changelog) ==1.7.1 -> ==1.9.0 age adoption passing confidence

Release Notes

ionelmc/python-lazy-object-proxy

v1.9.0

Compare Source

  • Added support for matrix multiplication operator (@).
  • Should have all the wheels now (including the manylinux ones).
  • Bumped minimum version requirements for setuptools and setuptools-scm.
  • Switched the default pure python fallback implementation to the "simple" one (when you from lazy_object_proxy import Proxy
    and the C extension is not available).
    Previously the "slots" implementation was used but as it turns out it is slower on Python 3.

v1.8.0

Compare Source

  • Cleaned up use of cPickle. Contributed by Sandro Tosi in #&#8203;62 <https://github.com/ionelmc/python-lazy-object-proxy/pull/62>_.
  • Cleaned up more dead Python 2 code.
  • Added Python 3.11 wheels.
  • Dropped support for Python 3.6.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


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

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

@codecov-commenter

codecov-commenter commented Jan 4, 2023

Copy link
Copy Markdown

Codecov Report

Merging #83 (e2d4d93) into main (eb75552) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #83   +/-   ##
=======================================
  Coverage   92.66%   92.66%           
=======================================
  Files          19       19           
  Lines         341      341           
=======================================
  Hits          316      316           
  Misses         25       25           
Flag Coverage Δ
unittests 92.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate Bot changed the title chore(deps): update dependency lazy-object-proxy to v1.8.0 chore(deps): update dependency lazy-object-proxy to v1.9.0 Jan 4, 2023
@renovate renovate Bot force-pushed the renovate/lazy-object-proxy-1.x branch from 27f823b to d1a87d7 Compare January 4, 2023 23:39
@renovate renovate Bot force-pushed the renovate/lazy-object-proxy-1.x branch from d1a87d7 to 856b2ff Compare January 19, 2023 07:08
@renovate renovate Bot force-pushed the renovate/lazy-object-proxy-1.x branch from 03b2588 to e2d4d93 Compare January 19, 2023 07:24
@ajhelsby ajhelsby merged commit 1665225 into main Jan 19, 2023
@renovate renovate Bot deleted the renovate/lazy-object-proxy-1.x branch January 19, 2023 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants