Skip to content

⬆️ bump lazy-loader from 0.4 to 0.5#250

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/lazy-loader-0.5
Open

⬆️ bump lazy-loader from 0.4 to 0.5#250
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/lazy-loader-0.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Copy link
Copy Markdown

Bumps lazy-loader from 0.4 to 0.5.

Release notes

Sourced from lazy-loader's releases.

v0.5

Enhancements

  • Add suppress_warning parameter to the load function (#146).

Bug Fixes

  • fix: Remove problematic try/finally block (#137).
  • Make sure that __dir__ returns new copies of __all__ (#135).
  • Allow disabled eager loading with EAGER_IMPORT=0 (#166).

Documentation

  • Update release process doc (#105).
  • Address a few more places that used the old spelling (#130).

Maintenance

  • Drop Python 3.7 support (#106).
  • Update ruff config (#110).
  • Update label check action (#112).
  • Bump pre-commit from 3.7.0 to 3.7.1 (#118).
  • Rename repo to match package name (#119).
  • Test on Python 3.13 development releases (#120).
  • Update pre-commit (#122).
  • Update ruff config (#123).
  • Update GH actions (#124).
  • Add codespell pre-commit (#125).
  • Update pytest config (#126).
  • Bump pre-commit from 3.7.1 to 3.8.0 in the actions group (#129).
  • Bump pre-commit from 3.8.0 to 4.0.1 in the actions group (#132).
  • Update pre-commit (12/2024) (#138).
  • Support Python 3.13 (#139).
  • Drop Python 3.8 support (#140).
  • [pre-commit.ci] pre-commit autoupdate (#141).
  • Bump pre-commit from 4.0.1 to 4.1.0 in the actions group (#143).
  • Bump codecov/codecov-action from 4 to 5 in the actions group (#142).
  • Bump scientific-python/attach-next-milestone-action from bc07be829f693829263e57d5e8489f4e57d3d420 to c9cfab10ad0c67fed91b01103db26b7f16634639 in the actions group (#145).
  • rf: Use list.copy() instead of list() (#148).
  • Bump pre-commit from 4.1.0 to 4.2.0 in the actions group (#149).
  • [pre-commit.ci] pre-commit autoupdate (#150).
  • Switch to src layout, move tests to root (#151).
  • Update development status as Production/Stable (#108).
  • Add spin configuration (#152).
  • test: Update test cases to get full coverage (#153).
  • Bump actions/checkout from 4 to 5 in the actions group (#157).
  • Bump pre-commit from 4.2.0 to 4.3.0 in the actions group (#156).
  • Support for Python 3.14 (#158).
  • [pre-commit.ci] pre-commit autoupdate (#154).
  • Set dependabot cooldown and schedule for 15th of each month (#162).

... (truncated)

Changelog

Sourced from lazy-loader's changelog.

lazy-loader 0.5

Enhancements

  • Add suppress_warning parameter to the load function (#146).

Bug Fixes

  • fix: Remove problematic try/finally block (#137).
  • Make sure that __dir__ returns new copies of __all__ (#135).
  • Allow disabled eager loading with EAGER_IMPORT=0 (#166).

Documentation

  • Update release process doc (#105).

Maintenance

  • Drop Python 3.7 support (#106).
  • Update ruff config (#110).
  • Update label check action (#112).
  • Rename repo to match package name (#119).
  • Test on Python 3.13 development releases (#120).
  • Update pre-commit (#122).
  • Update ruff config (#123).
  • Update GH actions (#124).
  • Add codespell pre-commit (#125).
  • Update pytest config (#126).
  • Update pre-commit (12/2024) (#138).
  • Support Python 3.13 (#139).
  • Drop Python 3.8 support (#140).
  • rf: Use list.copy() instead of list() (#148).
  • Switch to src layout, move tests to root (#151).
  • Update development status as Production/Stable (#108).
  • Add spin configuration (#152).
  • test: Update test cases to get full coverage (#153).
  • Support for Python 3.14 (#158).
  • Set dependabot cooldown and schedule for 15th of each month (#162).

Contributors

7 authors added to this release (alphabetically):

... (truncated)

Commits
  • 2566beb Designate 0.5 release
  • d6c3399 Merge pull request #166 from stefanv/eager-disable-with-0
  • 4aead86 Tiny clarification
  • 0a9187b Update README.md
  • 16acc44 Allow EAGER_IMPORT="" to disable it
  • 87815de Allow disabled eager loading with EAGER_IMPORT=0
  • ccddd44 Merge pull request #163 from scientific-python/pre-commit-ci-update-config
  • a988b6c chore: Rerun prettier
  • 4d599c4 chore: Use raw string for pytest.raises match regex
  • cef6ab7 [pre-commit.ci] pre-commit autoupdate
  • 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 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)

Bumps [lazy-loader](https://github.com/scientific-python/lazy-loader) from 0.4 to 0.5.
- [Release notes](https://github.com/scientific-python/lazy-loader/releases)
- [Changelog](https://github.com/scientific-python/lazy-loader/blob/main/CHANGELOG.md)
- [Commits](scientific-python/lazy-loader@v0.4...v0.5)

---
updated-dependencies:
- dependency-name: lazy-loader
  dependency-version: '0.5'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants