Skip to content

chore(deps-dev): Bump the python-deps group across 1 directory with 2 updates - #33

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/python-deps-21f83a7351
Closed

chore(deps-dev): Bump the python-deps group across 1 directory with 2 updates#33
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/python-deps-21f83a7351

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pytest and transformers to permit the latest version.
Updates pytest to 9.1.1

Release notes

Sourced from pytest's releases.

9.1.1

pytest 9.1.1 (2026-06-19)

Bug fixes

  • #14220: Fixed a logic bug in pytest.RaisesGroup which would might cause it to display incorrect "It matches FooError() which was paired with BarError" messages.
  • #14591: Fixed a regression in pytest 9.1.0 which caused overriding a parametrized fixture with an indirect @​pytest.mark.parametrize to fail with "duplicate parametrization of '<fixture name>'".
  • #14606: Fixed list-item typing errors from mypy in @pytest.mark.parametrize <pytest.mark.parametrize ref> argvalues parameter.
  • #14608: Fixed a regression in pytest 9.1.0 where conftest.py files located in <invocation dir>/test* were no longer loaded as initial conftests when invoked without arguments. This could cause certain hooks (like pytest_addoption) in these files to not fire.
Commits
  • cf470ec Prepare release version 9.1.1
  • e0c8ce6 Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...
  • 1b82d16 Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...
  • 501c4bc Merge pull request #14596 from bluetech/doc-classmethod
  • b61f588 Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir
  • 9a567e0 [automated] Update plugin list (#14617) (#14618)
  • ef8b299 Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...
  • 66abd07 Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup
  • 79fbf93 Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...
  • 0d312eb Merge pull request #14611 from bluetech/parametrize-argvalues-typing
  • Additional commits viewable in compare view

Updates transformers to 5.14.1

Release notes

Sourced from transformers's releases.

Patch release: v5.14.1

Patch release v5.14.1

This patch solves a few issues which appeared when integrating Inkling model, most notably an issue affecting models using EncoderDecoderCache during assisted generation. It also fixes an issue that could appear during prefill with StaticCache and sdpa without padding for Inkling which uses a position_bias. It contains the following commits:

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 30, 2026
… updates

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) and [transformers](https://github.com/huggingface/transformers) to permit the latest version.

Updates `pytest` to 9.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.0.0...9.1.1)

Updates `transformers` to 5.14.1
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v5.4.0...v5.14.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:development
  dependency-group: python-deps
- dependency-name: transformers
  dependency-version: 5.14.1
  dependency-type: direct:development
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): Bump the python-deps group with 2 updates chore(deps-dev): Bump the python-deps group across 1 directory with 2 updates Jul 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/python-deps-21f83a7351 branch from e277889 to c8c2d2c Compare July 31, 2026 07:23
@AdrianLlopart

Copy link
Copy Markdown
Contributor

Closing — this is a verbatim re-raise of #29, closed for the same reasons, and it fails the same check.

transformers <5.14.0<5.15.0: still a no-op. Re-verified against the installed resolution: lerobot 0.6.0 declares transformers<5.6.0,>=5.4.0 on its transformers-dep extra (which smolvla / pi / xvla / libero / groot / robometer / … all alias), so the resolver stays on 5.5.x no matter what ceiling this repo states. transformers 5.14.x would never install. Dependabot also rewrote the libero group's reason comment to assert lerobot requires <5.15.0 — that comment was already stale at <5.14.0, and the rewrite makes it more wrong. The ceiling is worth revisiting only once lerobot's own <5.6.0 cap moves.

CI failure is the mirror guard, not a flake. tests/unit/test_install_command.py::TestInstallGroupRegistry::test_groups_mirror_workspace_root_pyproject fails with group \sim` packages drift between openral_cli.install._GROUPS and the workspace root pyproject— the fivetransformers>=5.4.0,<5.14.0entries inpython/cli/src/openral_cli/install.pyweren't updated. This PR touchespyproject.toml` only.

No uv.lock. Same as #29: CI's uv sync --frozen path falls back to a fresh resolve.

The pytest <9<10 half is good and is being landed separately (range + reason comment + regenerated uv.lock), from branch claude/openbraal-dependency-prs-tvxsqh. The <9 cap existed for the pytest 9.0.3 collection regression that conflated module-level skips in tests/sim/; 9.1.1 fixes it.

@dependabot @github

dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/pip/python-deps-21f83a7351 branch July 31, 2026 19:50
AdrianLlopart added a commit that referenced this pull request Aug 1, 2026
What changed: widen the dev-group pytest range from >=8,<9 to >=8,<10 and
re-lock (pytest 8.4.2 -> 9.1.1; no other package moves). The reason comment
now records why the old cap existed and why it can go.

Why: the <9 cap guarded against the pytest 9.0.3 collection regression
(module-level importorskip / skip(allow_module_level=True) conflated SKIPPED
entries under the first module, hiding skip reasons in tests/sim/). pytest
9.1.1 fixes it. Supersedes the pytest half of dependabot PRs #29 and #33,
both of which also carried a no-op transformers widening (lerobot 0.6.0's
transformers-dep extra caps transformers at <5.6.0, so the lock stays at
5.5.4 either way), left the openral_cli.install._GROUPS mirror stale
(failing test_install_command), and did not update uv.lock.

How tested: full tests/unit suite run locally under pytest 9.1.1 —
4004 passed, 49 skipped in 143s. Skip reasons render per-module and
distinct (including tests/unit/test_sim_collection.py, the guard for the
original regression), confirming the 9.0.3 conflation behaviour is gone.

Signed-off-by: Adrian Llopart <adrianllopart@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
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