Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lazy-object-proxy from 1.7.1 to 1.10.0 #1461

Merged
merged 1 commit into from
May 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2024

Bumps lazy-object-proxy from 1.7.1 to 1.10.0.

Changelog

Sourced from lazy-object-proxy's changelog.

1.10.0 (2023-12-15)

  • Added Python 3.12 wheels.
  • Dropped support for Python 3.7.
  • Applied some reformatting and lint fixes using ruff to the codebase (mostly more Python 2 leftover cleanups).

1.9.0 (2023-01-04)

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

1.8.0 (2022-10-26)

  • Cleaned up use of cPickle. Contributed by Sandro Tosi in [#62](https://github.com/ionelmc/python-lazy-object-proxy/issues/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.
Commits
  • aa46e84 Bump version: 1.9.0 → 1.10.0
  • 7b32ae5 Update changelog.
  • 940c8c6 Bail out early if extensions would be disabled.
  • dab21f7 Fix broken link.
  • 2ca62af Xfail these till I can figure it out.
  • 4aab407 Manually spec setuptools for that inplace building.
  • 2f8bed2 Make sure the C ext is not build on PyPy (if it builds it would segfault and ...
  • f633fd3 Spelling.
  • b8e223a Fix a bunch of lint issues.
  • ff7459e First batch of ruff/black autorefactors/format.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies python Pull requests that update Python code labels May 8, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/lazy-object-proxy-1.10.0 branch from 162b394 to 15df88a Compare May 8, 2024 14:00
@craiga
Copy link
Owner

craiga commented May 8, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/lazy-object-proxy-1.10.0 branch from 15df88a to 2e996c1 Compare May 8, 2024 14:51
Bumps [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) from 1.7.1 to 1.10.0.
- [Changelog](https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst)
- [Commits](ionelmc/python-lazy-object-proxy@v1.7.1...v1.10.0)

---
updated-dependencies:
- dependency-name: lazy-object-proxy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/lazy-object-proxy-1.10.0 branch from 2e996c1 to 636b933 Compare May 8, 2024 14:54
@craiga craiga merged commit dabbac1 into main May 10, 2024
12 checks passed
@craiga craiga deleted the dependabot/pip/lazy-object-proxy-1.10.0 branch May 10, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant