diff --git a/pyproject.toml b/pyproject.toml index 0df34a1075..cac4070ac7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "django-redis==6.0.*", "django-scopes==2.0.*", "django-statici18n==2.7.*", - "djangorestframework==3.16.*", + "djangorestframework==3.17.*", "dnspython==2.8.*", "drf_ujson2==1.7.*", "geoip2==5.*", diff --git a/src/tests/plugins/autocheckin/test_api.py b/src/tests/plugins/autocheckin/test_api.py index af5f45762e..5f132d9c65 100644 --- a/src/tests/plugins/autocheckin/test_api.py +++ b/src/tests/plugins/autocheckin/test_api.py @@ -43,7 +43,7 @@ RES_RULE = { "limit_products": [], "limit_variations": [], "all_payment_methods": True, - "limit_payment_methods": set(), + "limit_payment_methods": [], }