Skip to content

Commit

Permalink
Update to Django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Mar 5, 2024
1 parent 911bf8b commit 2074f39
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2074f39

Please sign in to comment.