Skip to content

Commit

Permalink
Update Django to the latest dot version. (mozilla#3098)
Browse files Browse the repository at this point in the history
Also update django-jinja to the latest version.
  • Loading branch information
mathjazz authored Feb 15, 2024
1 parent b013fb9 commit 4d19972
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions requirements/default.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ bleach==3.3.0
celery==5.2.6
compare-locales==9.0.2
dj-database-url==0.3.0
Django==3.2.15
Django==3.2.24
django-ace==1.0.5
django-allauth==0.51.0
django-bmemcached==0.2.3
django-cors-headers==3.5.0
django-csp==3.7
django-dirtyfields==1.3.1
django-guardian==2.3.0
django-jinja==2.7.0
django-jinja==2.11.0
django-notifications-hq==1.6.0
django-pipeline==2.0.6
google-cloud-translate==3.8.4
Expand Down
12 changes: 6 additions & 6 deletions requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ dj-database-url==0.3.0 \
--hash=sha256:ca01768fdecde134301f3170743226f60edff5c3935f12437378ebd911506353 \
--hash=sha256:f2e273ed34acbb560962d5cf12917936d8df02297df09bd3089b8546d4584138
# via -r requirements/default.in
django==3.2.15 \
--hash=sha256:115baf5049d5cf4163e43492cdc7139c306ed6d451e7d3571fe9612903903713 \
--hash=sha256:f71934b1a822f14a86c9ac9634053689279cd04ae69cb6ade4a59471b886582b
django==3.2.24 \
--hash=sha256:5dd5b787c3ba39637610fe700f54bf158e33560ea0dba600c19921e7ff926ec5 \
--hash=sha256:aaee9fb0fb4ebd4311520887ad2e33313d368846607f82a9a0ed461cd4c35b18
# via
# -r requirements/default.in
# django-ace
Expand Down Expand Up @@ -200,9 +200,9 @@ django-guardian==2.3.0 \
--hash=sha256:0e70706c6cda88ddaf8849bddb525b8df49de05ba0798d4b3506049f0d95cbc8 \
--hash=sha256:ed2de26e4defb800919c5749fb1bbe370d72829fbd72895b6cf4f7f1a7607e1b
# via -r requirements/default.in
django-jinja==2.7.0 \
--hash=sha256:ce4640e4bc329d9e938c3a7673dafc66dfcc921e4667cfd1002f0089e2599103 \
--hash=sha256:d56ecddaa6d3caf508509aae5a979ebd8a3427477c34fcbcac14bf8389a21a12
django-jinja==2.11.0 \
--hash=sha256:47c06d3271e6b2f27d3596278af517bfe2e19c1eb36ae1c0b1cc302d7f0259af \
--hash=sha256:cc4c72246a6e346aa0574e0c56c3e534c1a20ef47b8476f05d7287781f69a0a9
# via -r requirements/default.in
django-model-utils==4.2.0 \
--hash=sha256:a768a25c80514e0ad4e4a6f9c02c44498985f36c5dfdea47b5b1e8cf994beba6 \
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ click==8.0.3 \
# via
# -c requirements/default.txt
# pip-tools
django==3.2.15 \
--hash=sha256:115baf5049d5cf4163e43492cdc7139c306ed6d451e7d3571fe9612903903713 \
--hash=sha256:f71934b1a822f14a86c9ac9634053689279cd04ae69cb6ade4a59471b886582b
django==3.2.24 \
--hash=sha256:5dd5b787c3ba39637610fe700f54bf158e33560ea0dba600c19921e7ff926ec5 \
--hash=sha256:aaee9fb0fb4ebd4311520887ad2e33313d368846607f82a9a0ed461cd4c35b18
# via
# -c requirements/default.txt
# django-debug-toolbar
Expand Down

0 comments on commit 4d19972

Please sign in to comment.