pinned in renovate

This commit is contained in:
Petitminion 2025-02-17 14:59:10 +01:00
parent 47d1bfec6e
commit 22db4b5352
3 changed files with 11 additions and 8 deletions

View File

@ -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"
}
]
}

2
api/poetry.lock generated
View File

@ -5073,4 +5073,4 @@ typesense = ["typesense"]
[metadata]
lock-version = "2.1"
python-versions = "^3.10,<3.14"
content-hash = "8e59fcdac5568641ea4bdc7500f1cdc0395f7903f8f5d9f40bdf5ede8cdcec8d"
content-hash = "3be5a3c570962dea1d3845330ede852b5d0943c2e1731bbc0d6b451980e38b6f"

View File

@ -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"