From 2074f399488a002715a9125cf717b59210636e7e Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:50:07 +0100 Subject: [PATCH] Update to Django 4.2 --- requirements/base.in | 2 +- requirements/base.txt | 9 ++++----- requirements/ci.txt | 9 ++++----- requirements/dev.txt | 9 ++++----- 4 files changed, 13 insertions(+), 16 deletions(-) diff --git a/requirements/base.in b/requirements/base.in index f9f5d4d3..90f6e98e 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -9,7 +9,7 @@ python-decouple # processing of envvar configs jsonschema # Framework libraries -django~=3.2 +django~=4.2 django-admin-index django-axes django-redis diff --git a/requirements/base.txt b/requirements/base.txt index 6bc01293..8a34f312 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -48,7 +48,7 @@ click-plugins==1.1.1 # via celery click-repl==0.3.0 # via celery -commonground-api-common[markdown-docs,markdown_docs]==1.12.1 +commonground-api-common[markdown-docs,markdown_docs]==1.13.0 # via -r requirements/base.in coreapi==2.3.3 # via commonground-api-common @@ -61,7 +61,7 @@ cryptography==41.0.7 # mozilla-django-oidc # pyopenssl # webauthn -django==3.2.23 +django==4.2.11 # via # -r requirements/base.in # commonground-api-common @@ -133,7 +133,7 @@ django-solo==2.2.0 # zgw-consumers django-two-factor-auth[phonenumberslite,webauthn]==1.16.0 # via maykin-2fa -djangorestframework==3.12.4 +djangorestframework==3.14.0 # via # -r requirements/base.in # commonground-api-common @@ -245,11 +245,10 @@ pytz==2021.1 # via # -r requirements/base.in # celery - # django + # djangorestframework # drf-yasg pyyaml==6.0.1 # via - # commonground-api-common # drf-spectacular # drf-yasg # gemma-zds-client diff --git a/requirements/ci.txt b/requirements/ci.txt index d3794feb..6b6fdf9e 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -74,7 +74,7 @@ click-repl==0.3.0 # via # -r requirements/base.txt # celery -commonground-api-common[markdown-docs]==1.12.1 +commonground-api-common[markdown-docs]==1.13.0 # via # -r requirements/base.txt # commonground-api-common @@ -98,7 +98,7 @@ cryptography==41.0.7 # webauthn cssselect==1.1.0 # via pyquery -django==3.2.23 +django==4.2.11 # via # -r requirements/base.txt # commonground-api-common @@ -198,7 +198,7 @@ django-two-factor-auth[phonenumberslite,webauthn]==1.16.0 # maykin-2fa django-webtest==1.9.7 # via -r requirements/test-tools.in -djangorestframework==3.12.4 +djangorestframework==3.14.0 # via # -r requirements/base.txt # commonground-api-common @@ -368,12 +368,11 @@ pytz==2021.1 # via # -r requirements/base.txt # celery - # django + # djangorestframework # drf-yasg pyyaml==6.0.1 # via # -r requirements/base.txt - # commonground-api-common # drf-spectacular # drf-yasg # gemma-zds-client diff --git a/requirements/dev.txt b/requirements/dev.txt index 92dbde74..a90bf325 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -90,7 +90,7 @@ click-repl==0.3.0 # via # -r requirements/ci.txt # celery -commonground-api-common[markdown-docs]==1.12.1 +commonground-api-common[markdown-docs]==1.13.0 # via # -r requirements/ci.txt # commonground-api-common @@ -118,7 +118,7 @@ cssselect==1.1.0 # via # -r requirements/ci.txt # pyquery -django==3.2.23 +django==4.2.11 # via # -r requirements/ci.txt # commonground-api-common @@ -222,7 +222,7 @@ django-two-factor-auth[phonenumberslite,webauthn]==1.16.0 # maykin-2fa django-webtest==1.9.7 # via -r requirements/ci.txt -djangorestframework==3.12.4 +djangorestframework==3.14.0 # via # -r requirements/ci.txt # commonground-api-common @@ -429,12 +429,11 @@ pytz==2021.1 # -r requirements/ci.txt # babel # celery - # django + # djangorestframework # drf-yasg pyyaml==6.0.1 # via # -r requirements/ci.txt - # commonground-api-common # drf-spectacular # drf-yasg # gemma-zds-client