Skip to content

Commit

Permalink
feat: upgrade django to 3.2.23 (i.e. latest 3.2.x) in all backends
Browse files Browse the repository at this point in the history
refs YJDH-687
  • Loading branch information
karisal-anders committed Nov 28, 2023
1 parent 64e53cb commit 410ac0e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/benefit/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ django-sql-utils
django-storages[azure]
django_auth_adfs
djangorestframework
django
django~=3.2.23
drf-nested-routers
drf-spectacular
elasticsearch~=7.17 # TODO: remove and update to 8.x when elasticsearch servers are updated to elasticsearch 8
Expand Down
2 changes: 1 addition & 1 deletion backend/benefit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defusedxml==0.7.1
# pysaml2
deprecation==2.1.0
# via django-helusers
django==3.2.18
django==3.2.23
# via
# -r requirements.in
# django-auth-adfs
Expand Down
2 changes: 1 addition & 1 deletion backend/kesaseteli/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ django-sequences
django-simple-history
django-storages[azure]
djangorestframework
django~=3.2
django~=3.2.23
elasticsearch
factory-boy
filetype
Expand Down
2 changes: 1 addition & 1 deletion backend/kesaseteli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defusedxml==0.7.1
# via
# djangosaml2
# pysaml2
django==3.2.4
django==3.2.23
# via
# -r requirements.in
# django-auth-adfs
Expand Down
2 changes: 1 addition & 1 deletion backend/tet/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ django-searchable-encrypted-fields
django-simple-history
django-storages[azure]
djangorestframework
django~=3.2
django~=3.2.23
drf-oidc-auth
elasticsearch
factory-boy
Expand Down
2 changes: 1 addition & 1 deletion backend/tet/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defusedxml==0.7.1
# pysaml2
deprecation==2.1.0
# via django-helusers
django==3.2.4
django==3.2.23
# via
# -r requirements.in
# django-auth-adfs
Expand Down

0 comments on commit 410ac0e

Please sign in to comment.