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

build(deps): bump Lightning-AI/utilities from 0.9.0 to 0.11.0 #1090

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps Lightning-AI/utilities from 0.9.0 to 0.11.0.

Release notes

Sourced from Lightning-AI/utilities's releases.

Docs adjustment

What's Changed

Added

  • docs: enable pin version in links to external docs (#236)

Changed

  • CI: parametrize source folder for typing check (#228)
  • bump py3.8 and Ruff cleaning (#234)

Full Changelog: Lightning-AI/utilities@v0.10.1...v0.11.0

Minor patch 0.10.1

What's Changed

Fixed

  • Avoid accidental namedtuple conversion in apply_to_collection (#210)

Full Changelog: Lightning-AI/utilities@v0.10.0...v0.10.1


New Contributors

Lightning Utilities 0.10.0

What's Changed

Added

  • CI: added install-extras in install check allowing deduplication eventual circular install dependency (#184, #185)
  • Added rank_zero_only(..., default=?) argument to return a default value on rank > 1 (#187)

Changed

  • Updated/Extended the requires wrapper (#146)
  • CI: updated/extended cleaning old and/or specific caches (#159)
  • CI: unified/extended docs makes flows (#162)
  • CI: allow Other targets for building docs (#179)
  • CI: narrow scope for md links check (#183)
  • CI: split code checks & enable pre-commit updates (#191, #193, #194)

Deprecated

... (truncated)

Changelog

Sourced from Lightning-AI/utilities's changelog.

[0.11.0] - 2024-03-18

Added

  • docs: enable pin version in links to external docs (#236)

Changed

  • CI: parametrize source folder for typing check (#228)

[0.10.1] - 2023-12-22

Fixed

  • Avoid accidental namedtuple conversion in apply_to_collection (#210)

[0.10.0] - 2023-11-17

Added

  • CI: added install-extras in install check allowing deduplication eventual circular install dependency ( #184, #185 )
  • Added rank_zero_only(..., default=?) argument to return a default value on rank > 1 (#187)

Changed

  • Updated/Extended the requires wrapper (#146)
  • CI: updated/extended cleaning old and/or specific caches (#159)
  • CI: unified/extended docs makes flows (#162)
  • CI: allow Other targets for building docs (#179)
  • CI: narrow scope for md links check (#183)
  • CI: split code checks & enable pre-commit updates ( #191, #193, #194 )

Deprecated

  • Deprecated ModuleAvailableCache in favor of RequirementCache (#147)

Fixed

  • Fixed issue with is_overridden falsely returning True when the parent method is wrapped (#149)
  • CI: optional freeze version of schema check (#148)

... (truncated)

Commits
  • bfb32bb releasing 0.11.0
  • 0ddb1d8 build(deps): bump coverage from 7.4.3 to 7.4.4 in /requirements (#242)
  • 8eda967 build(deps): bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (#238)
  • 8b9a374 build(deps): bump pytest-timeout from 2.2.0 to 2.3.1 in /requirements (#240)
  • 7a5ddc8 build(deps): bump pytest from 8.0.2 to 8.1.1 in /requirements (#241)
  • 07ea2f3 docs: pin version in links to external docs (#236)
  • c0cb612 tests: refactor test_retriever with temp_docs fixture (#237)
  • 625e8f1 lint: add pyproject formatting (#235)
  • 818c6d4 bump py3.8 and Ruff cleaning (#234)
  • b71252f build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (#233)
  • 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)

📚 Documentation preview 📚: https://lightning-bolts--1090.org.readthedocs.build/en/1090/

Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.9.0 to 0.11.0.
- [Release notes](https://github.com/lightning-ai/utilities/releases)
- [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md)
- [Commits](Lightning-AI/utilities@v0.9.0...v0.11.0)

---
updated-dependencies:
- dependency-name: Lightning-AI/utilities
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the ci/cd Continues Integration and delivery label Mar 25, 2024
@dependabot dependabot bot requested a review from a team March 25, 2024 11:40
@dependabot dependabot bot requested a review from awaelchli as a code owner March 25, 2024 11:41
.github/workflows/ci-checks.yml Outdated Show resolved Hide resolved
.github/workflows/ci-checks.yml Outdated Show resolved Hide resolved
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

A newer version of Lightning-AI/utilities exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@Borda Borda merged commit 541f701 into master Apr 1, 2024
6 of 20 checks passed
@Borda Borda deleted the dependabot-github_actions-Lightning-AI-utilities-0.11.0 branch April 1, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Continues Integration and delivery
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant