Skip to content

Commit 2c5d42c

Browse files
chore(deps): Bump the lerobot-dependencies group across 1 directory with 9 updates
Bumps the lerobot-dependencies group with 9 updates in the /training/il/lerobot directory: | Package | From | To | | --- | --- | --- | | [mlflow-skinny](https://github.com/mlflow/mlflow) | `3.14.0` | `3.15.1` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.66.1` | `2.68.0` | | [datasets](https://github.com/huggingface/datasets) | `5.0.0` | `5.0.1` | | [pyarrow](https://github.com/apache/arrow) | `25.0.0` | `25.0.1` | | [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `1.25.1` | `1.27.0` | | [lerobot[dataset]](https://github.com/huggingface/lerobot) | `0.6.0` | `0.6.1` | | [torchcodec](https://github.com/pytorch/torchcodec) | `0.15.0` | `0.16.0` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.57` | `3.1.59` | | [wrapt](https://github.com/GrahamDumpleton/wrapt) | `2.2.2` | `2.3.0` | Updates `mlflow-skinny` from 3.14.0 to 3.15.1 - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v3.14.0...v3.15.1) Updates `sentry-sdk` from 2.66.1 to 2.68.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.66.1...2.68.0) Updates `datasets` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](huggingface/datasets@5.0.0...5.0.1) Updates `pyarrow` from 25.0.0 to 25.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-25.0.0...apache-arrow-25.0.1) Updates `huggingface-hub` from 1.25.1 to 1.27.0 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](huggingface/huggingface_hub@v1.25.1...v1.27.0) Updates `lerobot[dataset]` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/huggingface/lerobot/releases) - [Commits](huggingface/lerobot@v0.6.0...v0.6.1) Updates `torchcodec` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/pytorch/torchcodec/releases) - [Commits](meta-pytorch/torchcodec@v0.15.0...v0.16.0) Updates `gitpython` from 3.1.57 to 3.1.59 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.57...3.1.59) Updates `wrapt` from 2.2.2 to 2.3.0 - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](GrahamDumpleton/wrapt@2.2.2...2.3.0) --- updated-dependencies: - dependency-name: datasets dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lerobot-dependencies - dependency-name: gitpython dependency-version: 3.1.59 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lerobot-dependencies - dependency-name: huggingface-hub dependency-version: 1.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lerobot-dependencies - dependency-name: lerobot[dataset] dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lerobot-dependencies - dependency-name: mlflow-skinny dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lerobot-dependencies - dependency-name: pyarrow dependency-version: 25.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lerobot-dependencies - dependency-name: sentry-sdk dependency-version: 2.68.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lerobot-dependencies - dependency-name: torchcodec dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lerobot-dependencies - dependency-name: wrapt dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lerobot-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9965dbc commit 2c5d42c

2 files changed

Lines changed: 81 additions & 96 deletions

File tree

training/il/lerobot/pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,31 +24,31 @@ dependencies = [
2424
# marshmallow 4.x removed (e.g. marshmallow.utils.EXCLUDE was relocated).
2525
# Track azure-ai-ml release notes; bump together when 4.x support lands.
2626
"marshmallow==3.26.2",
27-
"mlflow-skinny==3.14.0",
27+
"mlflow-skinny==3.15.1",
2828
"packaging==26.2",
2929
# Global prerelease resolution would otherwise select pydantic and sentry-sdk
3030
# alpha releases; pin stable versions unless a direct dependency requires them.
3131
"pydantic==2.13.4",
32-
"sentry-sdk==2.66.1",
32+
"sentry-sdk==2.68.0",
3333
"psutil==7.2.2",
3434
"pynvml==13.0.1",
3535
"pyperclip==1.11.0",
36-
"datasets==5.0.0",
37-
"pyarrow==25.0.0",
36+
"datasets==5.0.1",
37+
"pyarrow==25.0.1",
3838
"matplotlib==3.11.1",
39-
"huggingface-hub==1.25.1",
39+
"huggingface-hub==1.27.0",
4040
# The `dataset` extra pulls the video/dataset stack LeRobot loads eagerly at
4141
# import (`av`, `jsonlines`, `pandas`); without it `lerobot-train` aborts with
4242
# ImportError: 'av' is required. Runtime installs use `--no-deps`, so the extra
4343
# must be declared here to enter the lock and the build-time export.
44-
"lerobot[dataset]==0.6.0",
44+
"lerobot[dataset]==0.6.1",
4545
# Direct dep: the multi-GPU code path invokes `accelerate launch` (see
4646
# training/il/scripts/lerobot/train.py). Without an explicit pin the version
4747
# would track lerobot's transitive range and could drift on dependency bumps.
4848
"accelerate==1.14.0",
49-
"torchcodec==0.15.0; platform_machine == 'x86_64' or platform_machine == 'AMD64'",
49+
"torchcodec==0.16.0; platform_machine == 'x86_64' or platform_machine == 'AMD64'",
5050
# Pin gitpython to address GHSA-mv93-w799-cj2w (transitive via mlflow-skinny and wandb).
51-
"gitpython==3.1.57",
51+
"gitpython==3.1.59",
5252
# Pin urllib3 to address GHSA-qccp-gfcp-xxvc and GHSA-mf9v-mfxr-j63j (transitive via many HTTP clients).
5353
"urllib3==2.7.0",
5454
# Pin cryptography to 49.0.0, the current release (Dependabot-tracked in the
@@ -59,7 +59,7 @@ dependencies = [
5959
"cryptography==49.0.0",
6060
# Pin wrapt explicitly to a stable 2.x release. The explicit pin prevents
6161
# prerelease resolution from selecting a release candidate.
62-
"wrapt==2.2.2",
62+
"wrapt==2.3.0",
6363
]
6464

6565
[build-system]
@@ -98,17 +98,17 @@ override-dependencies = [
9898
"cryptography==49.0.0",
9999
# mlflow-skinny: azureml-mlflow==1.62.0.post5 caps at <=3.13.0; mirror the
100100
# direct pin to take 3.14.0.
101-
"mlflow-skinny==3.14.0",
101+
"mlflow-skinny==3.15.1",
102102
# packaging: lerobot==0.6.0 caps below 26.0 and azureml-mlflow caps below
103103
# 26.x; mirror the direct pin.
104104
"packaging==26.2",
105105
# numpy: lerobot==0.6.0 caps below 2.3.0; we need 2.4.6 to align with torchcodec.
106106
"numpy==2.4.6",
107107
# torchcodec: lerobot==0.6.0 caps below 0.12.0; 0.14.0 ships the manylinux
108108
# 2.28 wheel needed by the AzureML CUDA container.
109-
"torchcodec==0.15.0",
109+
"torchcodec==0.16.0",
110110
# datasets: lerobot==0.6.0 caps below 5.0.0; 5.0.0 is needed for Parquet
111111
# performance improvements and compatibility with newer pyarrow.
112-
"datasets==5.0.0",
112+
"datasets==5.0.1",
113113
]
114114
package = false

0 commit comments

Comments
 (0)