Merge branch 'stable' into develop

This commit is contained in:
Georg Krause 2023-09-07 08:58:37 +02:00
commit cc0f8f395c
9 changed files with 583 additions and 560 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "funkwhale-api"
version = "1.3.2"
version = "1.3.3"
description = "Funkwhale API"
authors = ["Funkwhale Collective"]
@ -29,7 +29,7 @@ python = "^3.8"
# Django
dj-rest-auth = { extras = ["with_social"], version = "2.2.8" }
django = "==3.2.19"
django = "==3.2.20"
django-allauth = "==0.42.0"
django-cache-memoize = "0.1.10"
django-cacheops = "==6.1"
@ -44,9 +44,9 @@ django-storages = "==1.13.2"
django-versatileimagefield = "==2.2"
djangorestframework = "==3.14.0"
drf-spectacular = "==0.26.1"
markdown = "==3.4.3"
markdown = "==3.4.4"
persisting-theory = "==1.0"
psycopg2 = "==2.9.6"
psycopg2 = "==2.9.7"
redis = "==4.5.5"
# Django LDAP
@ -99,14 +99,14 @@ aioresponses = "==0.7.4"
asynctest = "==0.13.0"
black = "==23.3.0"
coverage = { version = "==6.5.0", extras = ["toml"] }
debugpy = "==1.6.7"
debugpy = "==1.6.7.post1"
django-coverage-plugin = "==3.0.0"
django-debug-toolbar = "==3.8.1"
factory-boy = "==3.2.1"
faker = "==15.3.4"
flake8 = "==3.9.2"
ipdb = "==0.13.13"
prompt-toolkit = "==3.0.38"
prompt-toolkit = "==3.0.39"
pytest = "==7.2.2"
pytest-asyncio = "==0.21.0"
pytest-cov = "==4.0.0"