Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Updates the requirements on lightning to permit the latest version.

Release notes

Sourced from lightning's releases.

Lightning v2.6.1

Changes in 2.6.1

PyTorch Lightning

  • Added method chaining support to LightningModule.freeze() and LightningModule.unfreeze() by returning self (#21469)
  • Added litlogger integration(#21430)
  • Deprecated to_torchscript method due to deprecation of TorchScript in PyTorch (#21397)
  • Removed support for Python 3.9 due to end-of-life status (#21398)
  • Fixed save_hyperparameters(ignore=...) behavior so subclass ignore rules override base class rules (#21490)
  • Fixed LightningDataModule.load_from_checkpoint to restore the datamodule subclass and hyperparameters (#21478)
  • Fixed ModelParallelStrategy single-file checkpointing when torch.compile wraps the model so optimizer states no longer raise KeyError during save (#21357)
  • Sanitize profiler filenames when saving to avoid crashes due to invalid characters (#21395)
  • Fixed StochasticWeightAveraging with infinite epochs (#21396)
  • Fixed _generate_seed_sequence_sampling function not producing unique seeds (#21399)
  • Fixed ThroughputMonitor callback emitting warnings too frequently (#21453)

Lightning Fabric

  • Exposed weights_only argument for loading checkpoints in Fabric.load() and Fabric.load_raw() (#21470)
  • Fixed DistributedSamplerWrapper not forwarding set_epoch to the underlying sampler (#21454)
  • Fixed DDP notebook CUDA fork check to allow passive initialization when CUDA is not actively used (#21402)

... (truncated)

Commits
  • 655a3a9 bump(deps): bump litlogger version to >=0.1.7 (#21517)
  • 300c05a Prepare release 2.6.1 (#21516)
  • dc16bc5 build(deps): update setuptools requirement from <80.9.1 to <80.10.3 in /requi...
  • 6ee3800 build(deps): update torchvision requirement from <0.25.0,>=0.16.0 to >=0.16.0...
  • 6478f8e Fix save_hyperparameters ignore precedence in subclasses (#21490)
  • 2712587 CI: fix doctest failure from PyTorch LeafSpec FutureWarning (#21502)
  • ae1dc6f fix(link-check): resolve broken URLs (#21493)
  • f0b1c52 fix(fabric): forward set_epoch to underlying sampler in DistributedSamplerWra...
  • bddc253 Fix warning frequency in throughput monitor callback (#21453)
  • 2f4b58a build(deps): update numpy requirement from <2.3.5,>2.1.0 to >2.1.0,<2.4.2 in ...
  • Additional commits viewable in compare view

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)

Updates the requirements on [lightning](https://github.com/Lightning-AI/lightning) to permit the latest version.
- [Release notes](https://github.com/Lightning-AI/lightning/releases)
- [Commits](Lightning-AI/pytorch-lightning@2.5.6...2.6.1)

---
updated-dependencies:
- dependency-name: lightning
  dependency-version: 2.6.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 1, 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