Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions training/il/lerobot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ colorama==0.4.6
# via azure-ai-ml
contourpy==1.3.3
# via matplotlib
cryptography==46.0.7
cryptography==48.0.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cryptography 46.0.7 → 48.0.0 (transitive, lockfile-only)

This is a two-major-release jump for a security-critical package. The security(deps): PR title prefix signals that a known vulnerability in the 46.x line motivated this bump. Transitive consumers are azure-identity and azure-storage-blob.

No GHSA or CVE IDs appear in the PR body, and external advisory APIs are inaccessible from the sandbox. Verify the relevant advisories in the cryptography CHANGELOG for versions 47.x and 48.0.0 before merging.

# via
# azure-identity
# azure-storage-blob
Expand All @@ -127,7 +127,7 @@ datasets==4.8.4
# lerobot
deepdiff==8.6.2
# via lerobot
diffusers==0.35.2
diffusers==0.38.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

diffusers 0.35.2 → 0.38.0 (direct LeRobot dep, lockfile-only)

Minor version bump spanning three releases. Release highlights include new pipelines (LLaDA2, NucleusMoE, ERNIE-Image, ACE-Step 1.5, Flux.2 Small Decoder) and core library improvements — no ABI-breaking changes reported. Not in the Isaac Sim ABI-sensitive set (numpy, torch, tensordict, onnxruntime-gpu), so no GPU smoke-test gate applies.

# via lerobot
dill==0.4.1
# via
Expand Down
Loading