1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

Merge pull request from YunoHost-Apps/testing

fix security issue in Pillow
This commit is contained in:
Jean-Baptiste 2019-11-04 13:26:55 +01:00 committed by GitHub
commit 9d3f1f7c73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
manifest.json
sources/extra_files/app/api/requirements

View file

@ -5,7 +5,7 @@
"description": {
"en": "A modern, convivial and free music server"
},
"version": "0.20.1~ynh4",
"version": "0.20.1~ynh5",
"url": "https://funkwhale.audio",
"license": "AGPL-3.0-or-later",
"maintainer": {

View file

@ -5,7 +5,7 @@ django>=2.2.4,<2.3
django-environ>=0.4,<0.5
# Images
Pillow>=5.4,<5.5
Pillow>=6.2,<7
# For user registration, either via email or social
# Well-built with regular release cycles!