Skip to content

deps(deps): bump lazy-loader from 0.4 to 0.5#98

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

deps(deps): bump lazy-loader from 0.4 to 0.5#98
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/lazy-loader-0.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Warning

Dependabot will stop supporting python v3.9!

Please upgrade to one of the following versions: v3.9, v3.10, v3.11, v3.12, v3.13, or v3.14.

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 May 25, 2026
@bniladridas
Copy link
Copy Markdown
Collaborator

closed as maintenance noise.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 28, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/lazy-loader-0.5 branch May 28, 2026 06:30
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.

1 participant