From f585172850cbf19bf823363e00b602636f137fe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 10:20:36 +0100 Subject: [PATCH] chore(deps): update dependency django to v4 (#2268) * chore(deps): update dependency django to v4 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo --- api/libretime_api/settings/prod.py | 1 - api/libretime_api/settings/testing.py | 1 - api/requirements.txt | 2 +- api/schema.yml | 1 + api/setup.py | 2 +- 5 files changed, 3 insertions(+), 4 deletions(-) diff --git a/api/libretime_api/settings/prod.py b/api/libretime_api/settings/prod.py index 25312db67..9673c9362 100644 --- a/api/libretime_api/settings/prod.py +++ b/api/libretime_api/settings/prod.py @@ -51,5 +51,4 @@ DATABASES = { LANGUAGE_CODE = "en-us" TIME_ZONE = "UTC" USE_I18N = True -USE_L10N = True USE_TZ = True diff --git a/api/libretime_api/settings/testing.py b/api/libretime_api/settings/testing.py index e75aa74ea..755783594 100644 --- a/api/libretime_api/settings/testing.py +++ b/api/libretime_api/settings/testing.py @@ -29,7 +29,6 @@ from .prod import ( TEMPLATES, TIME_ZONE, USE_I18N, - USE_L10N, USE_TZ, WSGI_APPLICATION, ) diff --git a/api/requirements.txt b/api/requirements.txt index 214034c2a..bad2956c1 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,7 +1,7 @@ # Please do not edit this file, edit the setup.py file! # This file is auto-generated by tools/extract_requirements.py. django-filter>=2.4.0,<22.2 -django>=3.2.12,<4.0 +django>=4.1.4,<4.2 djangorestframework>=3.12.1,<3.15 drf-spectacular>=0.22.1,<0.25 psycopg2>=2.8.6,<2.10 diff --git a/api/schema.yml b/api/schema.yml index 4551f86e2..4967a832d 100644 --- a/api/schema.yml +++ b/api/schema.yml @@ -2813,6 +2813,7 @@ paths: - ml - mn - mr + - ms - my - nb - ne diff --git a/api/setup.py b/api/setup.py index 5d03edb7d..b7ef15ef7 100644 --- a/api/setup.py +++ b/api/setup.py @@ -25,7 +25,7 @@ setup( }, install_requires=[ "django-filter>=2.4.0,<22.2", - "django>=3.2.12,<4.0", + "django>=4.1.4,<4.2", "djangorestframework>=3.12.1,<3.15", "drf-spectacular>=0.22.1,<0.25", "requests>=2.25.1,<2.29",