Skip to content

Commit 951651e

Browse files
committed
update from Django 5.1.9 to 5.1.10
1 parent ba3d357 commit 951651e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/common.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Packages that are shared between deployment and dev environments.
22
gunicorn==23.0.0
33
whitenoise[brotli]==6.9.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
4-
Django==5.1.9
4+
Django==5.1.10
55
celery==5.5.3 # celery needed for data ingestion
66
cached-property==2.0.1 # needed for kombu with --require-hashes
77
simplejson==3.20.1 # import simplejson

requirements/common.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,9 @@ distlib==0.3.9 \
379379
--hash=sha256:47f8c22fd27c27e25a65601af709b38e4f0a45ea4fc2e710f65755fa8caaaf87 \
380380
--hash=sha256:a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403
381381
# via virtualenv
382-
django==5.1.9 \
383-
--hash=sha256:2fd1d4a0a66a5ba702699eb692e75b0d828b73cc2f4e1fc4b6a854a918967411 \
384-
--hash=sha256:565881bdd0eb67da36442e9ac788bda90275386b549070d70aee86327781a4fc
382+
django==5.1.10 \
383+
--hash=sha256:19c9b771e9cf4de91101861aadd2daaa159bcf10698ca909c5755c88e70ccb84 \
384+
--hash=sha256:73e5d191421d177803dbd5495d94bc7d06d156df9561f4eea9e11b4994c07137
385385
# via
386386
# -r requirements/common.in
387387
# django-cors-headers

0 commit comments

Comments
 (0)