Skip to content

chore(deps): bump the python-runtime group across 1 directory with 16 updates - #33

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-runtime-7ac947744f
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-runtime-7ac947744f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-runtime group with 16 updates in the / directory:

Package From To
opencv-python 4.13.0.92 5.0.0.93
typer 0.25.1 0.27.2
transformers 5.8.1 5.17.0
huggingface-hub 1.15.0 1.31.0
pycolmap 4.0.4 4.2.0
viser 1.0.30 1.1.0
tqdm 4.67.3 4.70.1
platformdirs 4.9.6 4.11.8
safetensors 0.7.0 0.8.0
roma 1.5.6 1.6.1
accelerate 1.13.0 1.15.0
wandb 0.26.1 0.30.0
tensorboard 2.20.0 2.21.0
pytest 9.0.3 9.1.1
ruff 0.15.12 0.16.7
mypy 2.0.0 2.3.1

Updates opencv-python from 4.13.0.92 to 5.0.0.93

Release notes

Sourced from opencv-python's releases.

5.0.0.93

OpenCV 5.0.0 released!

OpenCV 5.0.0 overview: https://opencv.org/opencv-5 OpenCV 4.x -> 5.x migration guide: https://github.com/opencv/opencv/wiki/OpenCV-4-to-5-migration

Commits

Updates typer from 0.25.1 to 0.27.2

Release notes

Sourced from typer's releases.

0.27.2

Refactors

  • ♻️ Create exceptions module and TyperException base class. PR #1942 by @​svlandeg.

Docs

  • 🐛 Fix showing fast button as external link in animated terminals in docs. PR #1912 by @​phalberg.

Internal

0.27.1

Features

  • ✨ Make epilog formatting consistent with other parts of the help string. PR #1405 by @​svlandeg.

Docs

Internal

0.27.0

Breaking Changes

Internal

... (truncated)

Changelog

Sourced from typer's changelog.

0.27.2 (2026-08-28)

Refactors

  • ♻️ Create exceptions module and TyperException base class. PR #1942 by @​svlandeg.

Docs

  • 🐛 Fix showing fast button as external link in animated terminals in docs. PR #1912 by @​phalberg.

Internal

0.27.1 (2026-08-03)

Features

  • ✨ Make epilog formatting consistent with other parts of the help string. PR #1405 by @​svlandeg.

Docs

Internal

0.27.0 (2026-07-15)

Breaking Changes

Internal

... (truncated)

Commits

Updates transformers from 5.8.1 to 5.17.0

Release notes

Sourced from transformers's releases.

Release 5.17.0

Release v5.17.0

New Model additions

HYV4

Hy4-Preview is a 780B-parameter mixture-of-experts language model that activates 49B parameters per token. Each MoE layer holds 256 routed experts plus one always-active shared expert and routes every token to 8 of them. The context window is 1M tokens.

The architecture combines four features:

  • Multi-head Latent Attention (MLA) compresses keys and values into a low-rank latent (kv_lora_rank) that kv_b_proj expands back to one key/value per query head.
  • DeepSeek Sparse Attention (DSA) selects index_topk keys per query with a lightweight indexer. Following IndexShare, only the layers marked "full" in indexer_types run an indexer; "shared" layers reuse the previous full layer's selection.
  • Gated MLA with learnable attention sinks, where each head owns a sink logit that participates in the softmax and contributes no value, as in GPT-OSS.
  • Independent Hyper-Connections (iHC) replace the plain residual path with hc_mult parallel residual streams that are collapsed before, and redistributed after, every sublayer.

The implementation does not execute the multi-token prediction (MTP) layers. Released checkpoints keep those weights so that other runtimes can use them for speculative decoding; they are ignored at load time.

Links: Documentation

VibeVoice

VibeVoice is a novel framework for synthesizing high-fidelity, long-form speech with multiple speakers by employing a next-token diffusion approach within a Large Language Model (LLM) structure. It's designed to capture the authentic conversational "vibe" and is particularly suited for generating audio content like podcasts and multi-participant audiobooks.

Links: Documentation

NeoMME

NeoMME is a family of efficient 260M and 800M parameter multimodal-native multilingual foundation encoders from H Company. It processes multilingual text tokens and raw image patches in a single bidirectional Transformer encoder, without a separately pretrained vision tower or causal language model.

NeoMME-Retriever is a model fine-tuned from the NeoMME backbone for visual document retrieval with joint late-interaction and dense objectives. It takes text queries and documents (text or page screenshots) and produces multi-vector embeddings for MeanMaxSim scoring (late-interaction) and mean-pooled embeddings for cosine similarity (dense).

Links: Documentation

... (truncated)

Commits
  • 856157a v5.17.0
  • 5b7dcb0 MRoPE continued (#48594)
  • 50bbcc6 [fix] Update stale expected strings in HunYuanVL integration tests (#48646)
  • e8bcd79 [Quantizaiton]support 5/6/7 bits in AutoRound (#48481)
  • 3283d5f [fix] Update stale golden values and fix expected_logits shape in FlavaForPre...
  • 5f47b5a [tests] Fix integration test golden values broken by fast image processor def...
  • fc50134 Add Fun-ASR-Nano model (#46180)
  • d9fe823 Fix YOLOS device mismatch with device_map="auto" (#46886)
  • cbc1651 [Generate] Avoid unconditionally downloading remote hub file (#48620)
  • bd05a4b Honor shift_labels in decoder-only LLM/VLM losses (#48493)
  • Additional commits viewable in compare view

Updates huggingface-hub from 1.15.0 to 1.31.0

Release notes

Sourced from huggingface-hub's releases.

[v1.31.0] Custom labels for Sandboxes, More resilient downloads and more

🏷️ Custom labels for Sandboxes

Dedicated sandboxes now accept custom labels, attached to the underlying Job. This is useful for cost attribution, bookkeeping, or finding and reconnecting to the sandboxes created by a given controller run. Labels use the same -l / --label KEY=VALUE syntax as hf jobs run. They are merged with the labels the SDK uses internally, and invalid or reserved labels are rejected before a billable Job is started. Pool-based sandboxes are unchanged: custom labels are only accepted for dedicated sandboxes.

>>> from huggingface_hub import Sandbox
>>> sandbox = Sandbox.create(image="python:3.12", labels={"controller-run": "run-42"})
hf sandbox create --label controller-run=run-42 --label team=data-infra

📥 More resilient downloads

A batch of fixes makes downloads more robust to unusual server responses, network hiccups and concurrent usage:

  • A timeout while waiting for the response headers of a streamed download is now retried and resumed like a body read failure, instead of escaping http_get() while retries remain.

  • Regular HTTP downloads no longer fail when the HEAD response has no Content-Length. The file size is validated against the GET response when available.

  • snapshot_download now writes the refs/ cache file atomically, reusing the logic already used by hf_hub_download. This fixes a long-standing race when many concurrent snapshot_download calls target the same repo (seen in vLLM / llm-compressor).

  • hf download --dry-run --local-dir ... no longer copies files from the Hub cache into the destination. On large files and slow disks this looked like a hang and could leave an incomplete file behind.

  • [Download] Share retry handling for stream entry and body failures by @​Wauplin in #4826

  • [Download] Tolerate missing HEAD Content-Length by @​Wauplin in #4805

  • [Download] Write cache ref file atomically in snapshot_download by @​Wauplin in #4829

  • [Download] Prevent cached file copies during local-dir dry runs by @​wakamex in #4817

🔌 httpx re-exported for library integrators

huggingface_hub now re-exports the HTTP library it uses as huggingface_hub.utils.httpx. Libraries built on top of huggingface_hub that need httpx types or exceptions (typically to catch errors) should import it from there rather than importing httpx directly. v1.x is built on httpx, and v2.x will move to its successor httpx2, so importing through huggingface_hub.utils keeps your code compatible with both. This is only for types and exceptions: to make requests to the Hub, keep using get_session().

from huggingface_hub.utils import httpx
try:
...
except httpx.HTTPError:
...

📚 Documentation: Utilities — The httpx module

  • [httpx migration] Expose httpx as a huggingface_hub submodule by @​Wauplin in #4803

🔒 Security

HfFileSystem.get() now validates remote filenames before writing anything locally. A server-side filename such as folder/..\..\outside.txt could previously escape the destination directory on Windows during a recursive download. The same check already protected hf_hub_download, snapshot_download and bucket sync. Unsafe filenames now raise ValueError on all platforms, including when downloading to an explicitly named file or a file object.

... (truncated)

Commits
  • 495b17c Release: v1.31.0
  • 0f50db0 Release: v1.31.0.rc1
  • d592df8 Revert "[Jobs] Add network groups to hf jobs run (#4833)"
  • 3c08b69 Release: v1.31.0.rc0
  • f148666 [CLI] Fix truncated command descriptions in the CLI reference (#4849)
  • c4f076c (LFS)Fix SliceFileObj.iter yielding only the first 4MB chunk (#4844)
  • 22fe960 Fix dotenv parser truncating unquoted values containing '#' (#4842)
  • 6cae778 [Jobs] Add network groups to hf jobs run (#4833)
  • 063b37b [CLI] Raise explicit error for shell-script extensions on Windows (#4846)
  • b9c14d9 [Download] Write cache ref file atomically in snapshot_download (#4829)
  • Additional commits viewable in compare view

Updates pycolmap from 4.0.4 to 4.2.0

Release notes

Sourced from pycolmap's releases.

4.2.0

New Features

  • Added multi-component support to the global mapper. Disconnected view-graph components are reconstructed independently and returned as separate models, including components revealed after filtering outlier relative rotations. The behavior is controlled by GlobalMapper.multiple_models and GlobalMapper.min_model_size and is also available through pycolmap.
  • Added LoMa learned feature extraction and matching through ONNX, including LOMA_B and LOMA_B128 descriptors, brute-force matching, and multiple dedicated matcher variants. LoMa is available through the CLI, GUI, and pycolmap, with optional BF16 inference.
  • Added ROCm/HIP acceleration for patch_match_stereo, enabling dense reconstruction on supported AMD GPUs through the HIP_ENABLED build option. CUDA and HIP builds are mutually exclusive.
  • Added a browser-based, local-only 3D viewer for sparse binary reconstructions, including camera and point inspection, source images, and reprojections.
  • Added incremental, global, and hierarchical mapper selection to the GUI, with mapper-specific configuration and progress rendering.
  • Added complete pycolmap bindings for hierarchical mapping, including hierarchical_mapping, HierarchicalPipeline, and scene-clustering options. Expanded the global pipeline bindings and callbacks.
  • Added 6-point shared-focal and one-sided-focal relative-pose solvers, improving reconstruction when camera intrinsics are unknown or only partially known.
  • Added optional DEGENSAC fundamental-matrix estimation for scenes dominated by a plane. It is disabled by default and available through TwoViewGeometry.use_degensac.
  • Added nanosecond-resolution timestamps and conversion utilities in C++ and pycolmap.
  • Added graceful shutdown for long-running CLI processing pipelines. A first SIGINT or SIGTERM preserves usable intermediate results, while a second signal terminates immediately. PyCOLMAP exposes the same cooperative cancellation through CancellationToken.

Improvements

  • Replaced Sampson error on camera bearings with pixel-consistent tangent Sampson error for calibrated two-view geometry, relative-pose refinement, guided matching, and generalized pose estimation. This particularly improves wide-field-of-view and spherical cameras.
  • Added camera and image-space point overloads for pycolmap.estimate_relative_pose and refine_relative_pose while retaining the camera-ray overloads for backwards compatibility.
  • Estimate homographies on camera rays for distorted and spherical cameras, enabling geometrically correct planar and panoramic detection.
  • Refine fundamental matrices with Sampson error by default and use MSAC for robust two-view geometry estimation. Significantly improved accuracy for recovered two-view geometries with small improvements on e2e metrics.

... (truncated)

Changelog

Sourced from pycolmap's changelog.

COLMAP 4.2.0 (08/31/2026)

New Features

  • Added multi-component support to the global mapper. Disconnected view-graph components are reconstructed independently and returned as separate models, including components revealed after filtering outlier relative rotations. The behavior is controlled by GlobalMapper.multiple_models and GlobalMapper.min_model_size and is also available through pycolmap.
  • Added LoMa learned feature extraction and matching through ONNX, including LOMA_B and LOMA_B128 descriptors, brute-force matching, and multiple dedicated matcher variants. LoMa is available through the CLI, GUI, and pycolmap, with optional BF16 inference.
  • Added ROCm/HIP acceleration for patch_match_stereo, enabling dense reconstruction on supported AMD GPUs through the HIP_ENABLED build option. CUDA and HIP builds are mutually exclusive.
  • Added a browser-based, local-only 3D viewer for sparse binary reconstructions, including camera and point inspection, source images, and reprojections.
  • Added incremental, global, and hierarchical mapper selection to the GUI, with mapper-specific configuration and progress rendering.
  • Added complete pycolmap bindings for hierarchical mapping, including hierarchical_mapping, HierarchicalPipeline, and scene-clustering options. Expanded the global pipeline bindings and callbacks.
  • Added 6-point shared-focal and one-sided-focal relative-pose solvers, improving reconstruction when camera intrinsics are unknown or only partially known.
  • Added optional DEGENSAC fundamental-matrix estimation for scenes dominated by a plane. It is disabled by default and available through TwoViewGeometry.use_degensac.
  • Added nanosecond-resolution timestamps and conversion utilities in C++ and pycolmap.
  • Added graceful shutdown for long-running CLI processing pipelines. A first SIGINT or SIGTERM preserves usable intermediate results, while a second signal terminates immediately. PyCOLMAP exposes the same cooperative cancellation through CancellationToken.

Improvements

  • Replaced Sampson error on camera bearings with pixel-consistent tangent Sampson error for calibrated two-view geometry, relative-pose refinement, guided matching, and generalized pose estimation. This particularly improves wide-field-of-view and spherical cameras.
  • Added camera and image-space point overloads for pycolmap.estimate_relative_pose and refine_relative_pose while retaining the camera-ray overloads for backwards compatibility.
  • Estimate homographies on camera rays for distorted and spherical cameras, enabling geometrically correct planar and panoramic detection.
  • Refine fundamental matrices with Sampson error by default and use MSAC for

... (truncated)

Commits

Updates viser from 1.0.30 to 1.1.0

Release notes

Sourced from viser's releases.

v1.1.0

Main changes

  • Panel rewrite for improved resizing and docking.
  • gui.add_panel() for creating new float panels.
  • gui.main_panel for placement on the default panel.
  • client.local_storage for reading/writing to browser storage.
  • GaussianSplatHandle.set_gaussians() for replacing all splat attributes.
  • line_width has been renamed to thickness for line and spline objects, now defined in world-space units by default.
  • Many performance improvements and bug fixes!

What's Changed

New Contributors

Full Changelog: viser-project/viser@v1.0.30...v1.1.0

Commits
  • 363f633 1.1.0
  • fc8e6e2 Upgrade client dependencies (#761)
  • d837cb7 Pre-release fixes: playback version warning, O(1) same-name re-add, line_widt...
  • 0971adc Add per-client localStorage API (#756)
  • 1a67056 Support dynamic Gaussian updates (#757)
  • 46b31a9 Improve scene serialization efficiency (#759)
  • fc4da00 Per-client scene/GUI scopes: variant shadowing and scope-local removal (#758)
  • 12ac4ce Regression audit + fixes (#747)
  • 64c9014 Rename line widths to thickness, default to world-space units (#754)
  • 33867db Scene tree access during offline playback + docked playback bar (#755)
  • Additional commits viewable in compare view

Updates tqdm from 4.67.3 to 4.70.1

Release notes

Sourced from tqdm's releases.

tqdm v4.70.1 stable

  • contrib.concurrent: fix no-len iterables (#1830 <- #1828)
  • tests: major overhaul (#1819)
  • update AI policy in PR template
  • misc lint & tidy
  • CI: bump workflow actions & pre-commit hooks

tqdm v4.70.0 stable

  • contrib.concurrent: major improvements
    • support process_map(mp_context, max_tasks_per_child), thread_map(thread_name_prefix) (#1265)
    • fix total based on shortest iterable length (#1473)
    • use default max_workers (#1543 <- #1530, #1518)
    • support timeout, buffersize (#1576)
    • improve ETA (#1708 <- #1161)
    • update as_completed (#1709 <- #1565)
    • add tqdm.concurrent.intepreter_map (#1777)
  • asyncio: support iterables with only __aiter__ (#1714 <- #1686)
  • support reset(float("inf")) (#1783 <- #1781, #651)
  • framework: test & reduce wheel size (#1782)

tqdm v4.69.1 stable

tqdm v4.69.0 stable

  • add tqdm.asyncio.gather(..., return_exceptions=False) (#1776, #1671 <- #1286)
  • misc minor framework updates
    • bump workflow actions & pre-commit hooks

tqdm v4.68.4 stable

tqdm v4.68.3 stable

  • utils: delay os.get_terminal_size (#1763 <- #1760)
  • autonotebook: support QtConsole, Spyder, JupyterLite (#1763, #1628, #1559 <- #1283, #1098, #512)
  • minor docs updates
    • fix typo (#1762)
    • use git-fame
  • misc minor framework updates
    • fix & update CI build
    • pre-commit: add docs & metadata generation
    • move tox.ini -> pyproject.toml, move tox-gh-actions -> tox-gh
    • add Python 3.14, drop 3.7 support

... (truncated)

Commits

Updates platformdirs from 4.9.6 to 4.11.8

Release notes

Sourced from platformdirs's releases.

4.11.8

What's Changed

New Contributors

Full Changelog: tox-dev/platformdirs@4.11.7...4.11.8

4.11.7

Full Changelog: tox-dev/platformdirs@4.11.6...4.11.7

4.11.6

What's Changed

Full Changelog: tox-dev/platformdirs@4.11.5...4.11.6

4.11.5

What's Changed

New Contributors

Full Changelog: tox-dev/platformdirs@4.11.4...4.11.5

4.11.4

... (truncated)

Changelog

Sourced from platformdirs's changelog.

########### Changelog ###########

.. towncrier-draft-entries:: Unreleased

.. towncrier release notes start


4.11.9 (2026-09-16)


  • Accept multipath in :func:~platformdirs.site_cache_dir and :func:~platformdirs.site_cache_path. Without it, the function API could not return the Homebrew cache prefix that :attr:~platformdirs.macos.MacOS.site_cache_dir adds under multipath - by :user:darrenhuai. :pr:544
  • Parse Unix user-dirs.dirs line by line like xdg-user-dir. The INI parser raised on a repeated key or a line without =, and returned trailing comments and backslash escapes inside :func:~platformdirs.user_documents_dir and the other media directories. The last valid assignment now wins, and platformdirs unescapes the quoted value and ignores text after the closing quote - by :user:darrenhuai. :pr:545
  • Read PUBLIC before the home directory in :func:~platformdirs.user_publicshare_dir on Windows, so it no longer raises RuntimeError when PUBLIC is set and the home directory cannot be determined - by :user:emme1t. :pr:546
  • Raise RuntimeError from :class:~platformdirs.android.Android directories when the app folder cannot be found, instead of TypeError: expected str, bytes or os.PathLike object, not NoneType - by :user:Str0k. :pr:547

4.11.8 (2026-09-08)


  • Make :func:~platformdirs.user_data_path, :func:~platformdirs.user_config_path, :func:~platformdirs.user_preference_path and :func:~platformdirs.user_applications_path return the first site entry when root is redirected by use_site_for_root under multipath, matching their site_*_path twins. They passed the whole joined list to :class:~pathlib.Path, giving one unusable path such as /xdg/a/foo:/xdg/b/foo - by :user:darrenhuai. :pr:538
  • Ignore relative paths in XDG Base Directory environment variables and use the existing platform fallback. Relative entries in $XDG_DATA_DIRS and $XDG_CONFIG_DIRS are skipped. :pr:540
  • Preserve literal percent signs in Unix user-dirs.dirs paths, including 100% completeDescription has been truncated

@dependabot @github

dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/uv/python-runtime-7ac947744f branch from 81af273 to 50ddb4b Compare August 26, 2026 21:57
… updates

Bumps the python-runtime group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [opencv-python](https://github.com/opencv/opencv-python) | `4.13.0.92` | `5.0.0.93` |
| [typer](https://github.com/fastapi/typer) | `0.25.1` | `0.27.2` |
| [transformers](https://github.com/huggingface/transformers) | `5.8.1` | `5.17.0` |
| [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `1.15.0` | `1.31.0` |
| [pycolmap](https://github.com/colmap/colmap) | `4.0.4` | `4.2.0` |
| [viser](https://github.com/viser-project/viser) | `1.0.30` | `1.1.0` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.67.3` | `4.70.1` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.9.6` | `4.11.8` |
| [safetensors](https://github.com/huggingface/safetensors) | `0.7.0` | `0.8.0` |
| [roma](https://github.com/naver/roma) | `1.5.6` | `1.6.1` |
| [accelerate](https://github.com/huggingface/accelerate) | `1.13.0` | `1.15.0` |
| [wandb](https://github.com/wandb/wandb) | `0.26.1` | `0.30.0` |
| [tensorboard](https://github.com/tensorflow/tensorboard) | `2.20.0` | `2.21.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.16.7` |
| [mypy](https://github.com/python/mypy) | `2.0.0` | `2.3.1` |



Updates `opencv-python` from 4.13.0.92 to 5.0.0.93
- [Release notes](https://github.com/opencv/opencv-python/releases)
- [Commits](https://github.com/opencv/opencv-python/commits)

Updates `typer` from 0.25.1 to 0.27.2
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.25.1...0.27.2)

Updates `transformers` from 5.8.1 to 5.17.0
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v5.8.1...v5.17.0)

Updates `huggingface-hub` from 1.15.0 to 1.31.0
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v1.15.0...v1.31.0)

Updates `pycolmap` from 4.0.4 to 4.2.0
- [Release notes](https://github.com/colmap/colmap/releases)
- [Changelog](https://github.com/colmap/colmap/blob/main/CHANGELOG.rst)
- [Commits](colmap/colmap@4.0.4...4.2.0)

Updates `viser` from 1.0.30 to 1.1.0
- [Release notes](https://github.com/viser-project/viser/releases)
- [Commits](viser-project/viser@v1.0.30...v1.1.0)

Updates `tqdm` from 4.67.3 to 4.70.1
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.67.3...v4.70.1)

Updates `platformdirs` from 4.9.6 to 4.11.8
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst)
- [Commits](tox-dev/platformdirs@4.9.6...4.11.8)

Updates `safetensors` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/huggingface/safetensors/releases)
- [Changelog](https://github.com/safetensors/safetensors/blob/main/RELEASE.md)
- [Commits](safetensors/safetensors@v0.7.0...v0.8.0)

Updates `roma` from 1.5.6 to 1.6.1
- [Commits](https://github.com/naver/roma/commits)

Updates `accelerate` from 1.13.0 to 1.15.0
- [Release notes](https://github.com/huggingface/accelerate/releases)
- [Commits](huggingface/accelerate@v1.13.0...v1.15.0)

Updates `wandb` from 0.26.1 to 0.30.0
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.26.1...v0.30.0)

Updates `tensorboard` from 2.20.0 to 2.21.0
- [Release notes](https://github.com/tensorflow/tensorboard/releases)
- [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorboard@2.20.0...2.21.0)

Updates `pytest` from 9.0.3 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@9.0.3...9.1.1)

Updates `ruff` from 0.15.12 to 0.16.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.12...0.16.7)

Updates `mypy` from 2.0.0 to 2.3.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v2.0.0...v2.3.1)

---
updated-dependencies:
- dependency-name: accelerate
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: huggingface-hub
  dependency-version: 1.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: mypy
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: opencv-python
  dependency-version: 5.0.0.93
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-runtime
- dependency-name: platformdirs
  dependency-version: 4.11.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: pycolmap
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: roma
  dependency-version: '1.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: ruff
  dependency-version: 0.16.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: safetensors
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: tensorboard
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: tqdm
  dependency-version: 4.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: transformers
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: typer
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: viser
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: wandb
  dependency-version: 0.28.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/python-runtime-7ac947744f branch from 50ddb4b to 987bf54 Compare September 16, 2026 21:57
@dependabot @github

dependabot Bot commented on behalf of github Sep 23, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Sep 23, 2026
@dependabot
dependabot Bot deleted the dependabot/uv/python-runtime-7ac947744f branch September 23, 2026 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants