From 2808177613fbf16168c2d1379a68c5cb8557dcf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:07:05 +0000 Subject: [PATCH] deps(deps): bump the python-production group with 2 updates Updates the requirements on [mutagen](https://github.com/quodlibet/mutagen) and [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `mutagen` to 1.48.0 - [Release notes](https://github.com/quodlibet/mutagen/releases) - [Changelog](https://github.com/quodlibet/mutagen/blob/main/NEWS) - [Commits](https://github.com/quodlibet/mutagen/compare/release-1.47.0...release-1.48.0) Updates `numpy` to 2.5.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.4.6...v2.5.0) --- updated-dependencies: - dependency-name: mutagen dependency-version: 1.48.0 dependency-type: direct:production dependency-group: python-production - dependency-name: numpy dependency-version: 2.5.0 dependency-type: direct:production dependency-group: python-production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be387c75..b53211c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,8 @@ dependencies = [ # pinning. The cap confines uv to the vetted 1.85.x line; raise it deliberately. "litellm>=1.85.6,<1.86.0", "lxml>=6.1.1", - "mutagen>=1.47.0", - "numpy>=2.4.6", + "mutagen>=1.48.0", + "numpy>=2.5.0", # v4.1.1 hotfix: saq[postgres] pulls bare `psycopg` (pure-Python), which needs a # libpq backend at import. The v4.1.0 slim image had none (no C ext, no binary # wheel, no system libpq) -> `ImportError: no pq wrapper available` crash-looped