Skip to content

Commit

Permalink
Merge pull request #20 from mozmeao/django-bump
Browse files Browse the repository at this point in the history
Upgrade Django 4.2 to latest secure version
  • Loading branch information
stevejalim authored Dec 8, 2024
2 parents eafef35 + db5d4e3 commit b2dfc9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/production.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
certifi>=2023.11.17
cryptography>=42.0.8
dj-database-url==2.2.0
Django>=4.2.16,<5.0
Django>=4.2.17,<5.0
django-csp==3.8
django-mozilla-product-details>=1.0.3
django-storages[google]==1.14.4
Expand Down
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ dj-database-url==2.2.0 \
--hash=sha256:3e792567b0aa9a4884860af05fe2aa4968071ad351e033b6db632f97ac6db9de \
--hash=sha256:9f9b05058ddf888f1e6f840048b8d705ff9395e3b52a07165daa3d8b9360551b
# via -r requirements/production.in
django==4.2.16 \
--hash=sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898 \
--hash=sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad
django==4.2.17 \
--hash=sha256:3a93350214ba25f178d4045c0786c61573e7dbfa3c509b3551374f1e11ba8de0 \
--hash=sha256:6b56d834cc94c8b21a8f4e775064896be3b4a4ca387f2612d4406a5927cd2fdc
# via
# -r requirements/production.in
# dj-database-url
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ dj-database-url==2.2.0 \
--hash=sha256:3e792567b0aa9a4884860af05fe2aa4968071ad351e033b6db632f97ac6db9de \
--hash=sha256:9f9b05058ddf888f1e6f840048b8d705ff9395e3b52a07165daa3d8b9360551b
# via -r requirements/production.txt
django==4.2.16 \
--hash=sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898 \
--hash=sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad
django==4.2.17 \
--hash=sha256:3a93350214ba25f178d4045c0786c61573e7dbfa3c509b3551374f1e11ba8de0 \
--hash=sha256:6b56d834cc94c8b21a8f4e775064896be3b4a4ca387f2612d4406a5927cd2fdc
# via
# -r requirements/production.txt
# dj-database-url
Expand Down

0 comments on commit b2dfc9a

Please sign in to comment.