From 22db4b535295ed7afb39384c7303bfde60d1e0ea Mon Sep 17 00:00:00 2001 From: Petitminion Date: Mon, 17 Feb 2025 14:59:10 +0100 Subject: [PATCH] pinned in renovate --- .gitlab/renovate.json | 14 +++++++++----- api/poetry.lock | 2 +- api/pyproject.toml | 3 +-- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitlab/renovate.json b/.gitlab/renovate.json index 6a7466768..1fe9291f7 100644 --- a/.gitlab/renovate.json +++ b/.gitlab/renovate.json @@ -55,19 +55,19 @@ }, { "groupName": "vueuse", - "matchPackageNames": ["/^@vueuse/.*/"] + "matchDepNames": ["/^@vueuse/.*/"] }, { - "matchPackageNames": ["channels", "channels-redis", "daphne"], + "matchDepNames": ["channels", "channels-redis", "daphne"], "groupName": "channels" }, { - "matchPackageNames": ["node"], + "matchDepNames": ["node"], "allowedVersions": "/\\d+[02468]$/" }, { "matchFileNames": ["deploy/docker-compose.yml"], - "matchPackageNames": ["postgres"], + "matchDepNames": ["postgres"], "postUpgradeTasks": { "commands": [ "echo 'Upgrade Postgres to version {{ newVersion }}. [Make sure to migrate!](https://docs.funkwhale.audio/administrator_documentation/upgrade_docs/docker.html#upgrade-the-postgres-container)' > changes/changelog.d/postgres.update" @@ -76,8 +76,12 @@ } }, { - "matchPackageNames": ["python"], + "matchDepNames": ["python"], "rangeStrategy": "widen" + }, + { + "matchDepNames": ["mutagen"], + "allowedVersions": "1.46.0" } ] } diff --git a/api/poetry.lock b/api/poetry.lock index 8d90c720d..3729e4717 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -5073,4 +5073,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.1" python-versions = "^3.10,<3.14" -content-hash = "8e59fcdac5568641ea4bdc7500f1cdc0395f7903f8f5d9f40bdf5ede8cdcec8d" +content-hash = "3be5a3c570962dea1d3845330ede852b5d0943c2e1731bbc0d6b451980e38b6f" diff --git a/api/pyproject.toml b/api/pyproject.toml index 076eae336..170d4bd7a 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -78,8 +78,7 @@ feedparser = "==6.0.11" python-ffmpeg = "==2.0.12" liblistenbrainz = "==0.5.5" musicbrainzngs = "==0.7.1" -# pinning to 1.46.0 because of troi -mutagen = "1.46.0" +mutagen = "==1.46.0" pillow = "==11.1.0" pyld = "==2.0.4" python-magic = "==0.4.27"