Skip to content

Commit

Permalink
Update django to 4.2.11 (#2205)
Browse files Browse the repository at this point in the history
Update django to version 4.2.11.

Release notes are here:
https://docs.djangoproject.com/en/5.0/releases/4.2/
  • Loading branch information
tompollard committed Mar 14, 2024
2 parents 9d225d0 + 27bb1ee commit eb3014a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 17 deletions.
34 changes: 24 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ boto3 = "^1.28.53"
botocore = "^1.31.53"
chardet = "^3.0.4"
cryptography = "^41.0.6"
Django = "4.1.13"
Django = "4.2.11"
django-autocomplete-light = "^3.9.4"
django-background-tasks-updated = "=1.2.7"
django-ckeditor = "6.5.1"
Expand Down
15 changes: 9 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asgiref==3.5.2 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:1d2880b792ae8757289136f1db2b7b99100ce959b2aa57fd69dab783d05afac4 \
--hash=sha256:4a29362a6acebe09bf1d6640db38c1dc3d9217c68e6f9f6204d72667fc19a424
asgiref==3.7.2 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:89b2ef2247e3b562a16eef663bc0e2e703ec6468e2fa8a5cd61cd449786d4f6e \
--hash=sha256:9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed
bleach==3.3.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:6123ddc1052673e52bab52cdc955bcb57a015264a1c57d37bea2f6b817af0125 \
--hash=sha256:98b3170739e5e83dd9dc19633f074727ad848cbedb6026708c8ac2d3b697a433
Expand Down Expand Up @@ -195,9 +195,9 @@ django-sass==1.1.0 ; python_version >= "3.9" and python_version < "4.0" \
django-storages[google]==1.12.3 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:204a99f218b747c46edbfeeb1310d357f83f90fa6a6024d8d0a3f422570cee84 \
--hash=sha256:a475edb2f0f04c4f7e548919a751ecd50117270833956ed5bd585c0575d2a5e7
django==4.1.13 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:04ab3f6f46d084a0bba5a2c9a93a3a2eb3fe81589512367a75f79ee8acf790ce \
--hash=sha256:94a3f471e833c8f124ee7a2de11e92f633991d975e3fa5bdd91e8abd66426318
django==4.2.11 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4 \
--hash=sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3
djangorestframework==3.14.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8 \
--hash=sha256:eb63f58c9f218e1a7d064d17a70751f528ed4e1d35547fdade9aaf4cd103fd08
Expand Down Expand Up @@ -634,6 +634,9 @@ six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" \
sqlparse==0.4.4 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:5430a4fe2ac7d0f93e66f1efc6e1338a41884b7ddf2a350cedd20ccc4d9d28f3 \
--hash=sha256:d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c
typing-extensions==4.10.0 ; python_version >= "3.9" and python_version < "3.11" \
--hash=sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475 \
--hash=sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb
tzdata==2022.7 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32" \
--hash=sha256:2b88858b0e3120792a3c0635c23daf36a7d7eeeca657c323da299d2094402a0d \
--hash=sha256:fe5f866eddd8b96e9fcba978f8e503c909b19ea7efda11e52e39494bad3a7bfa
Expand Down

0 comments on commit eb3014a

Please sign in to comment.