Skip to content

Bump the pip-dependencies group across 5 directories with 9 updates#3845

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pip-dependencies-f88662766b
Closed

Bump the pip-dependencies group across 5 directories with 9 updates#3845
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pip-dependencies-f88662766b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on timm, pydantic, gguf, datasets, vector-quantize-pytorch, av, imageio, packaging and speechbrain to permit the latest version.
Updates timm from 1.0.26 to 1.0.27

Release notes

Sourced from timm's releases.

Release v1.0.27

April 23, 2026

  • Add Gemma4 ViT encoders w/ NaFlex pipeline support (variable aspect/size per image). Thanks Yonghye Kwon
  • Support DINOv3 weights in NaFlexVit. Thanks Yonghye Kwon
  • Some improvements to Muon fallback (AdamW/NadamW) lr behavior

What's Changed

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.26...v1.0.27

Commits
  • 0e968e1 Update README.md for release
  • 6a49560 Version 1.0.27
  • 6a928a1 Fix empty command line kwarg passing
  • a60ce8b Avoid test triggering weights_only error for old PyTorch
  • 7dff294 A few more tweaks to task setup for module access. Add back legacy_train.py a...
  • 1953da3 Missed _helpers for task based resume/checkpoint
  • 8bdb7ae More task fixups, made 'trainable_module' consistent, base optimization off t...
  • 56e3981 Fix some performance regressions with torch.compile + Tasks. Fix #2693
  • 6ce166b Add encoder_pool option to gemma4 classification model to toggle soft tokens ...
  • eb11943 Update README.md
  • Additional commits viewable in compare view

Updates pydantic from 2.13.3 to 2.13.4

Release notes

Sourced from pydantic's releases.

v2.13.4 2026-05-06

v2.13.4 (2026-05-06)

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.13.3...v2.13.4

Changelog

Sourced from pydantic's changelog.

v2.13.4 (2026-05-06)

GitHub release

What's Changed

Packaging

Fixes

Commits
  • cf67d4b Fix linting
  • f0d8a21 Prepare release v2.13.4
  • 5e3fe1d Check for pydantic tag pattern in CI
  • 7f9edcc Document tagging conventions
  • b46a0c9 Adapt pydantic-core linker flags on macOS
  • 50629c8 Update to PyPy 7.3.22
  • 8522ebb Preserve RootModel core metadata
  • a37f3af Adapt MISSING sentinel test to work with unreleased typing_extensions ver...
  • 909259a Remove Logfire example in documentation
  • 2c4174c Bump libc from 0.2.155 to 0.2.185
  • See full diff in compare view

Updates timm from 1.0.26 to 1.0.27

Release notes

Sourced from timm's releases.

Release v1.0.27

April 23, 2026

  • Add Gemma4 ViT encoders w/ NaFlex pipeline support (variable aspect/size per image). Thanks Yonghye Kwon
  • Support DINOv3 weights in NaFlexVit. Thanks Yonghye Kwon
  • Some improvements to Muon fallback (AdamW/NadamW) lr behavior

What's Changed

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.26...v1.0.27

Commits
  • 0e968e1 Update README.md for release
  • 6a49560 Version 1.0.27
  • 6a928a1 Fix empty command line kwarg passing
  • a60ce8b Avoid test triggering weights_only error for old PyTorch
  • 7dff294 A few more tweaks to task setup for module access. Add back legacy_train.py a...
  • 1953da3 Missed _helpers for task based resume/checkpoint
  • 8bdb7ae More task fixups, made 'trainable_module' consistent, base optimization off t...
  • 56e3981 Fix some performance regressions with torch.compile + Tasks. Fix #2693
  • 6ce166b Add encoder_pool option to gemma4 classification model to toggle soft tokens ...
  • eb11943 Update README.md
  • Additional commits viewable in compare view

Updates pydantic from 2.13.3 to 2.13.4

Release notes

Sourced from pydantic's releases.

v2.13.4 2026-05-06

v2.13.4 (2026-05-06)

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.13.3...v2.13.4

Changelog

Sourced from pydantic's changelog.

v2.13.4 (2026-05-06)

GitHub release

What's Changed

Packaging

Fixes

Commits
  • cf67d4b Fix linting
  • f0d8a21 Prepare release v2.13.4
  • 5e3fe1d Check for pydantic tag pattern in CI
  • 7f9edcc Document tagging conventions
  • b46a0c9 Adapt pydantic-core linker flags on macOS
  • 50629c8 Update to PyPy 7.3.22
  • 8522ebb Preserve RootModel core metadata
  • a37f3af Adapt MISSING sentinel test to work with unreleased typing_extensions ver...
  • 909259a Remove Logfire example in documentation
  • 2c4174c Bump libc from 0.2.155 to 0.2.185
  • See full diff in compare view

Updates timm from 1.0.26 to 1.0.27

Release notes

Sourced from timm's releases.

Release v1.0.27

April 23, 2026

  • Add Gemma4 ViT encoders w/ NaFlex pipeline support (variable aspect/size per image). Thanks Yonghye Kwon
  • Support DINOv3 weights in NaFlexVit. Thanks Yonghye Kwon
  • Some improvements to Muon fallback (AdamW/NadamW) lr behavior

What's Changed

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.26...v1.0.27

Commits
  • 0e968e1 Update README.md for release
  • 6a49560 Version 1.0.27
  • 6a928a1 Fix empty command line kwarg passing
  • a60ce8b Avoid test triggering weights_only error for old PyTorch
  • 7dff294 A few more tweaks to task setup for module access. Add back legacy_train.py a...
  • 1953da3 Missed _helpers for task based resume/checkpoint
  • 8bdb7ae More task fixups, made 'trainable_module' consistent, base optimization off t...
  • 56e3981 Fix some performance regressions with torch.compile + Tasks. Fix #2693
  • 6ce166b Add encoder_pool option to gemma4 classification model to toggle soft tokens ...
  • eb11943 Update README.md
  • Additional commits viewable in compare view

Updates timm from 1.0.26 to 1.0.27

Release notes

Sourced from timm's releases.

Release v1.0.27

April 23, 2026

  • Add Gemma4 ViT encoders w/ NaFlex pipeline support (variable aspect/size per image). Thanks Yonghye Kwon
  • Support DINOv3 weights in NaFlexVit. Thanks Yonghye Kwon
  • Some improvements to Muon fallback (AdamW/NadamW) lr behavior

What's Changed

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.26...v1.0.27

Commits
  • 0e968e1 Update README.md for release
  • 6a49560 Version 1.0.27
  • 6a928a1 Fix empty command line kwarg passing
  • a60ce8b Avoid test triggering weights_only error for old PyTorch
  • 7dff294 A few more tweaks to task setup for module access. Add back legacy_train.py a...
  • 1953da3 Missed _helpers for task based resume/checkpoint
  • 8bdb7ae More task fixups, made 'trainable_module' consistent, base optimization off t...
  • 56e3981 Fix some performance regressions with torch.compile + Tasks. Fix #2693
  • 6ce166b Add encoder_pool option to gemma4 classification model to toggle soft tokens ...
  • eb11943 Update README.md
  • Additional commits viewable in compare view

Updates timm from 1.0.26 to 1.0.27

Release notes

Sourced from timm's releases.

Release v1.0.27

April 23, 2026

  • Add Gemma4 ViT encoders w/ NaFlex pipeline support (variable aspect/size per image). Thanks Yonghye Kwon
  • Support DINOv3 weights in NaFlexVit. Thanks Yonghye Kwon
  • Some improvements to Muon fallback (AdamW/NadamW) lr behavior

What's Changed

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.26...v1.0.27

Commits
  • 0e968e1 Update README.md for release
  • 6a49560 Version 1.0.27
  • 6a928a1 Fix empty command line kwarg passing
  • a60ce8b Avoid test triggering weights_only error for old PyTorch
  • 7dff294 A few more tweaks to task setup for module access. Add back legacy_train.py a...
  • 1953da3 Missed _helpers for task based resume/checkpoint
  • 8bdb7ae More task fixups, made 'trainable_module' consistent, base optimization off t...
  • 56e3981 Fix some performance regressions with torch.compile + Tasks. Fix #2693
  • 6ce166b Add encoder_pool option to gemma4 classification model to toggle soft tokens ...
  • eb11943 Update README.md
  • Additional commits viewable in compare view

Updates timm from 1.0.26 to 1.0.27

Release notes

Sourced from timm's releases.

Release v1.0.27

April 23, 2026

  • Add Gemma4 ViT encoders w/ NaFlex pipeline support (variable aspect/size per image). Thanks Yonghye Kwon
  • Support DINOv3 weights in NaFlexVit. Thanks Yonghye Kwon
  • Some improvements to Muon fallback (AdamW/NadamW) lr behavior

What's Changed

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.26...v1.0.27

Commits
  • 0e968e1 Update README.md for release
  • 6a49560 Version 1.0.27
  • 6a928a1 Fix empty command line kwarg passing
  • a60ce8b Avoid test triggering weights_only error for old PyTorch
  • 7dff294 A few more tweaks to task setup for module access. Add back legacy_train.py a...
  • 1953da3 Missed _helpers for task based resume/checkpoint
  • 8bdb7ae More task fixups, made 'trainable_module' consistent, base optimization off t...
  • 56e3981 Fix some performance regressions with torch.compile + Tasks. Fix #2693
  • 6ce166b Add encoder_pool option to gemma4 classification model to toggle soft tokens ...
  • eb11943 Update README.md
  • Additional commits viewable in compare view

Updates pydantic from 2.13.3 to 2.13.4

Release notes

Sourced from pydantic's releases.

v2.13.4 2026-05-06

v2.13.4 (2026-05-06)

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.13.3...v2.13.4

Changelog

Sourced from pydantic's changelog.

v2.13.4 (2026-05-06)

GitHub release

What's Changed

Packaging

Fixes

Commits
  • cf67d4b Fix linting
  • f0d8a21 Prepare release v2.13.4
  • 5e3fe1d Check for pydantic tag pattern in CI
  • 7f9edcc Document tagging conventions
  • b46a0c9 Adapt pydantic-core linker flags on macOS
  • 50629c8 Update to PyPy 7.3.22
  • 8522ebb Preserve RootModel core metadata
  • a37f3af Adapt MISSING sentinel test to work with unreleased typing_extensions ver...
  • 909259a Remove Logfire example in documentation
  • 2c4174c Bump libc from 0.2.155 to 0.2.185
  • See full diff in compare view

Updates timm from 1.0.26 to 1.0.27

Release notes

Sourced from timm's releases.

Release v1.0.27

April 23, 2026

  • Add Gemma4 ViT encoders w/ NaFlex pipeline support (variable aspect/size per image). Thanks Yonghye Kwon
  • Support DINOv3 weights in NaFlexVit. Thanks Yonghye Kwon
  • Some improvements to Muon fallback (AdamW/NadamW) lr behavior

What's Changed

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.26...v1.0.27

Commits
  • 0e968e1 Update README.md for release
  • 6a49560 Version 1.0.27
  • 6a928a1 Fix empty command line kwarg passing
  • a60ce8b Avoid test triggering weights_only error for old PyTorch
  • 7dff294 A few more tweaks to task setup for module access. Add back legacy_train.py a...
  • 1953da3 Missed _helpers for task based resume/checkpoint
  • 8bdb7ae More task fixups, made 'trainable_module' consistent, base optimization off t...
  • 56e3981 Fix some performance regressions with torch.compile + Tasks. Fix #2693
  • 6ce166b Add encoder_pool option to gemma4 classification model to toggle soft tokens ...
  • eb11943 Update README.md
  • Additional commits viewable in compare view

Updates pydantic from 2.13.3 to 2.13.4

Release notes

Sourced from pydantic's releases.

v2.13.4 2026-05-06

v2.13.4 (2026-05-06)

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.13.3...v2.13.4

Changelog

Sourced from pydantic's changelog.

v2.13.4 (2026-05-06)

GitHub release

What's Changed

Packaging

Fixes

Commits
  • cf67d4b Fix linting
  • f0d8a21 Prepare release v2.13.4
  • 5e3fe1d Check for pydantic tag pattern in CI
  • 7f9edcc Document tagging conventions
  • b46a0c9 Adapt pydantic-core linker flags on macOS
  • 50629c8 Update to PyPy 7.3.22
  • 8522ebb Preserve RootModel core metadata
  • a37f3af Adapt MISSING sentinel test to work with unreleased typing_extensions ver...
  • 909259a Remove Logfire example in documentation
  • 2c4174c Bump libc from 0.2.155 to 0.2.185
  • See full diff in compare view

Updates timm from 1.0.26 to 1.0.27

Release notes

Sourced from timm's releases.

Release v1.0.27

April 23, 2026

  • Add Gemma4 ViT encoders w/ NaFlex pipeline support (variable aspect/size per image). Thanks Yonghye Kwon
  • Support DINOv3 weights in NaFlexVit. Thanks Yonghye Kwon
  • Some improvements to Muon fallback (AdamW/NadamW) lr behavior

What's Changed

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.26...v1.0.27

Commits
  • 0e968e1 Update README.md for release
  • 6a49560 Version 1.0.27
  • 6a928a1 Fix empty command line kwarg passing
  • a60ce8b Avoid test triggering weights_only error for old PyTorch
  • 7dff294 A few more tweaks to task setup for module access. Add back legacy_train.py a...
  • 1953da3 Missed _helpers for task based resume/checkpoint
  • 8bdb7ae More task fixups, made 'trainable_module' consistent, base optimization off t...
  • 56e3981 Fix some performance regressions with torch.compile + Tasks. Fix #2693
  • 6ce166b Add encoder_pool option to gemma4 classification model to toggle soft tokens ...
  • eb11943 Update README.md
  • Additional commits viewable in compare view

Updates timm from 1.0.26 to 1.0.27

Release notes

Sourced from timm's releases.

Release v1.0.27

April 23, 2026

  • Add Gemma4 ViT encoders w/ NaFlex pipeline support (variable aspect/size per image). Thanks Yonghye Kwon
  • Support DINOv3 weights in NaFlexVit. Thanks Yonghye Kwon
  • Some improvements to Muon fallback (AdamW/NadamW) lr behavior

What's Changed

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.26...v1.0.27

Commits
  • 0e968e1 Update README.md for release
  • 6a49560 Version 1.0.27
  • 6a928a1 Fix empty command line kwarg passing
  • a60ce8b Avoid test triggering weights_only error for old PyTorch
  • 7dff294 A few more tweaks to task setup for module access. Add back legacy_train.py a...
  • 1953da3 Missed _helpers for task based resume/checkpoint
  • 8bdb7ae More task fixups, made 'trainable_module' consistent, base optimization off t...
  • 56e3981 Fix some performance regressions with torch.compile + Tasks. Fix #2693
  • 6ce166b Add encoder_pool option to gemma4 classification model to toggle soft tokens ...
  • eb11943 Update README.md
  • Additional commits viewable in compare view

Updates timm from 1.0.26 to 1.0.27

Release notes

Sourced from timm's releases.

Release v1.0.27

April 23, 2026

  • Add Gemma4 ViT encoders w/ NaFlex pipeline support (variable asp...

    Description has been truncated

Updates the requirements on [timm](https://github.com/huggingface/pytorch-image-models), [pydantic](https://github.com/pydantic/pydantic), [gguf](https://github.com/ggml-org/llama.cpp), [datasets](https://github.com/huggingface/datasets), [vector-quantize-pytorch](https://github.com/lucidrains/vector-quantizer-pytorch), [av](https://github.com/PyAV-Org/PyAV), [imageio](https://github.com/imageio/imageio), [packaging](https://github.com/pypa/packaging) and [speechbrain](https://github.com/speechbrain/speechbrain) to permit the latest version.

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `pydantic` from 2.13.3 to 2.13.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.3...v2.13.4)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `pydantic` from 2.13.3 to 2.13.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.3...v2.13.4)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `pydantic` from 2.13.3 to 2.13.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.3...v2.13.4)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `pydantic` from 2.13.3 to 2.13.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.3...v2.13.4)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `gguf` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/ggml-org/llama.cpp/releases)
- [Commits](ggml-org/llama.cpp@gguf-v0.18.0...gguf-v0.19.0)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `datasets` from 3.6.0 to 4.8.5
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@3.6.0...4.8.5)

Updates `vector-quantize-pytorch` from 1.28.2 to 1.29.0
- [Release notes](https://github.com/lucidrains/vector-quantizer-pytorch/releases)
- [Commits](https://github.com/lucidrains/vector-quantizer-pytorch/commits)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `gguf` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/ggml-org/llama.cpp/releases)
- [Commits](ggml-org/llama.cpp@gguf-v0.18.0...gguf-v0.19.0)

Updates `vector-quantize-pytorch` from 1.28.2 to 1.29.0
- [Release notes](https://github.com/lucidrains/vector-quantizer-pytorch/releases)
- [Commits](https://github.com/lucidrains/vector-quantizer-pytorch/commits)

Updates `vector-quantize-pytorch` from 1.28.2 to 1.29.0
- [Release notes](https://github.com/lucidrains/vector-quantizer-pytorch/releases)
- [Commits](https://github.com/lucidrains/vector-quantizer-pytorch/commits)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `timm` to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `gguf` to 0.19.0
- [Release notes](https://github.com/ggml-org/llama.cpp/releases)
- [Commits](ggml-org/llama.cpp@gguf-v0.18.0...gguf-v0.19.0)

Updates `vector-quantize-pytorch` from 1.28.2 to 1.29.0
- [Release notes](https://github.com/lucidrains/vector-quantizer-pytorch/releases)
- [Commits](https://github.com/lucidrains/vector-quantizer-pytorch/commits)

Updates `av` from 16.1.0 to 17.0.1
- [Release notes](https://github.com/PyAV-Org/PyAV/releases)
- [Changelog](https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst)
- [Commits](PyAV-Org/PyAV@v16.1.0...v17.0.1)

Updates `imageio` from 2.37.2 to 2.37.3
- [Release notes](https://github.com/imageio/imageio/releases)
- [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md)
- [Commits](imageio/imageio@v2.37.2...v2.37.3)

Updates `packaging` to 26.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@20.0...26.2)

Updates `vector-quantize-pytorch` from 1.28.2 to 1.29.0
- [Release notes](https://github.com/lucidrains/vector-quantizer-pytorch/releases)
- [Commits](https://github.com/lucidrains/vector-quantizer-pytorch/commits)

Updates `av` from 16.1.0 to 17.0.1
- [Release notes](https://github.com/PyAV-Org/PyAV/releases)
- [Changelog](https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst)
- [Commits](PyAV-Org/PyAV@v16.1.0...v17.0.1)

Updates `imageio` from 2.37.2 to 2.37.3
- [Release notes](https://github.com/imageio/imageio/releases)
- [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md)
- [Commits](imageio/imageio@v2.37.2...v2.37.3)

Updates `imageio` from 2.37.2 to 2.37.3
- [Release notes](https://github.com/imageio/imageio/releases)
- [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md)
- [Commits](imageio/imageio@v2.37.2...v2.37.3)

Updates `vector-quantize-pytorch` from 1.28.2 to 1.29.0
- [Release notes](https://github.com/lucidrains/vector-quantizer-pytorch/releases)
- [Commits](https://github.com/lucidrains/vector-quantizer-pytorch/commits)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `datasets` to 4.8.5
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@3.6.0...4.8.5)

Updates `vector-quantize-pytorch` from 1.28.2 to 1.29.0
- [Release notes](https://github.com/lucidrains/vector-quantizer-pytorch/releases)
- [Commits](https://github.com/lucidrains/vector-quantizer-pytorch/commits)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `vector-quantize-pytorch` from 1.28.2 to 1.29.0
- [Release notes](https://github.com/lucidrains/vector-quantizer-pytorch/releases)
- [Commits](https://github.com/lucidrains/vector-quantizer-pytorch/commits)

Updates `vector-quantize-pytorch` from 1.28.2 to 1.29.0
- [Release notes](https://github.com/lucidrains/vector-quantizer-pytorch/releases)
- [Commits](https://github.com/lucidrains/vector-quantizer-pytorch/commits)

Updates `timm` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.26...v1.0.27)

Updates `speechbrain` to 1.1.0
- [Release notes](https://github.com/speechbrain/speechbrain/releases)
- [Commits](speechbrain/speechbrain@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: pydantic
  dependency-version: 2.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: pydantic
  dependency-version: 2.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: pydantic
  dependency-version: 2.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: pydantic
  dependency-version: 2.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: gguf
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: datasets
  dependency-version: 4.8.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: vector-quantize-pytorch
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: gguf
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: vector-quantize-pytorch
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: vector-quantize-pytorch
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  dependency-group: pip-dependencies
- dependency-name: gguf
  dependency-version: 0.19.0
  dependency-type: direct:production
  dependency-group: pip-dependencies
- dependency-name: vector-quantize-pytorch
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: av
  dependency-version: 17.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: imageio
  dependency-version: 2.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: packaging
  dependency-version: '26.2'
  dependency-type: direct:production
  dependency-group: pip-dependencies
- dependency-name: vector-quantize-pytorch
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: av
  dependency-version: 17.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: imageio
  dependency-version: 2.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: imageio
  dependency-version: 2.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: vector-quantize-pytorch
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: datasets
  dependency-version: 4.8.5
  dependency-type: direct:production
  dependency-group: pip-dependencies
- dependency-name: vector-quantize-pytorch
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: vector-quantize-pytorch
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: vector-quantize-pytorch
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: timm
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: speechbrain
  dependency-version: 1.1.0
  dependency-type: direct:production
  dependency-group: pip-dependencies
...

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 11, 2026
@as-suvorov
Copy link
Copy Markdown
Collaborator

@sbalandi speechbrain dep fails on import: https://github.com/openvinotoolkit/openvino.genai/actions/runs/25677068797/job/75545123800?pr=3845#step:6:566
Could you please take a look

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 12, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 12, 2026
@dependabot dependabot Bot deleted the dependabot/pip/pip-dependencies-f88662766b branch May 12, 2026 13:19
@sbalandi
Copy link
Copy Markdown
Contributor

@sbalandi speechbrain dep fails on import: https://github.com/openvinotoolkit/openvino.genai/actions/runs/25677068797/job/75545123800?pr=3845#step:6:566 Could you please take a look

Hi, @as-suvorov yes, but I have added it to ignore list in some PR, will find it

@sbalandi
Copy link
Copy Markdown
Contributor

this one #3824
I have reopened it and will merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: GGUF GGUF file reader category: llm_bench Label for tool/llm_bench folder category: samples dependencies category: tests dependencies category: tools_dependencies category: WWB PR changes WWB 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.

2 participants