Skip to content

build(deps-dev): bump pytorch-lightning from 2.4.0 to 2.5.2 in /runtimes/mlflow #2210

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps pytorch-lightning from 2.4.0 to 2.5.2.

Release notes

Sourced from pytorch-lightning's releases.

Lightning v2.5.2

Notable changes in this release

PyTorch Lightning

  • Add enable_autolog_hparams argument to Trainer (#20593)
  • Add toggled_optimizer(optimizer) method to the LightningModule, which is a context manager version of toggle_optimize and untoggle_optimizer (#20771)
  • For cross-device local checkpoints, instruct users to install fsspec>=2025.5.0 if unavailable (#20780)
  • Check param is of nn.Parameter type for pruning sanitization (#20783)
  • Fixed save_hyperparameters not working correctly with LightningCLI when there are parsing links applied on instantiation (#20777)
  • Fixed logger_connector has an edge case where step can be a float (#20692)
  • Fixed Synchronize SIGTERM Handling in DDP to Prevent Deadlocks (#20825)
  • Fixed case-sensitive model name (#20661)
  • CLI: resolve jsonargparse deprecation warning (#20802)
  • Fix: move check_inputs to the target device if available during to_torchscript (#20873)
  • Fixed progress bar display to correctly handle iterable dataset and max_steps during training (#20869)
  • Fixed problem for silently supporting jsonnet (#20899)

Lightning Fabric

  • Ensure correct device is used for autocast when mps is selected as Fabric accelerator (#20876)
  • Fix: TransformerEnginePrecision conversion for layers with bias=False (#20805)

Full commit list: 2.5.1 -> 2.5.2

... (truncated)

Commits
  • 1617f70 releasing 2.5.2
  • ec3e4e7 fixing typo
  • 504908d check param is of nn.Parameter type for pruning sanitization (#20783)
  • d914c48 Fixing problem for silently supporting jsonnet. (#20899)
  • af52c61 ci: debug failing run on master (#20845)
  • f9c4c31 debugging flaky test_collective_operations with SIGABRT (#20912)
  • cf41283 bump: bitsandbytes >=0.45.2,<0.47.0 & compatibility patch for `bnb.function...
  • 7659176 build(deps): bump pytest-cov from 6.1.1 to 6.2.1 in /requirements (#20905)
  • 258df43 build(deps): update typing-extensions requirement from <4.14.0,>=4.4.0 to >=4...
  • a9f211a Fix Typos in Comments and Function Names Across Multiple Files (#20901)
  • 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)

Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 2.4.0 to 2.5.2.
- [Release notes](https://github.com/Lightning-AI/lightning/releases)
- [Commits](Lightning-AI/pytorch-lightning@2.4.0...2.5.2)

---
updated-dependencies:
- dependency-name: pytorch-lightning
  dependency-version: 2.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team June 23, 2025 06:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 23, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

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