WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0dc7696

Browse files
committed
Update to Django 4.2.27
1 parent 23fbae1 commit 0dc7696

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

requirements/default.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bleach==6.1.0
2020
celery==5.4.0
2121
compare-locales==9.0.4
2222
dj-database-url==2.1.0
23-
Django==4.2.26
23+
Django==4.2.27
2424
djangorestframework==3.16.0
2525
django-ace==1.32.4
2626
django-allauth==0.51.0

requirements/default.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ dj-database-url==2.1.0 \
334334
--hash=sha256:04bc34b248d4c21aaa13e4ab419ae6575ef5f10f3df735ce7da97722caa356e0 \
335335
--hash=sha256:f2042cefe1086e539c9da39fad5ad7f61173bf79665e69bf7e4de55fa88b135f
336336
# via -r default.in
337-
django==4.2.26 \
338-
--hash=sha256:9398e487bcb55e3f142cb56d19fbd9a83e15bb03a97edc31f408361ee76d9d7a \
339-
--hash=sha256:c96e64fc3c359d051a6306871bd26243db1bd02317472a62ffdbe6c3cae14280
337+
django==4.2.27 \
338+
--hash=sha256:b865fbe0f4a3d1ee36594c5efa42b20db3c8bbb10dff0736face1c6e4bda5b92 \
339+
--hash=sha256:f393a394053713e7d213984555c5b7d3caeee78b2ccb729888a0774dff6c11a8
340340
# via
341341
# -r default.in
342342
# dj-database-url
@@ -850,9 +850,7 @@ markupsafe==2.0.1 \
850850
moz-l10n[xml]==0.10.0 \
851851
--hash=sha256:817b46323b86185c48cc2261a4e0a28c02fdb2f2e3b9fe8894789657b7db6f07 \
852852
--hash=sha256:fc679d91491d5a3ba4c06f812bfb43506d0f93fb962c0544c949e4da9a35f225
853-
# via
854-
# -r default.in
855-
# moz-l10n
853+
# via -r default.in
856854
newrelic==9.6.0 \
857855
--hash=sha256:01c0eb630bb18261241a37aa0a70cb6f706079a1f58f59f2bb64f26fda54ffc5 \
858856
--hash=sha256:09dad0db993402e166e37d99302c2ad5588b4ff1e5b814819540ca5ec2bd3cea \
@@ -1594,7 +1592,6 @@ six==1.16.0 \
15941592
# bleach
15951593
# compare-locales
15961594
# iniparse
1597-
# promise
15981595
# python-binary-memcached
15991596
# python-dateutil
16001597
sniffio==1.3.1 \

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ asgiref==3.8.1 \
77
# -c default.txt
88
# django
99
# django-stubs
10-
django==4.2.26 \
11-
--hash=sha256:9398e487bcb55e3f142cb56d19fbd9a83e15bb03a97edc31f408361ee76d9d7a \
12-
--hash=sha256:c96e64fc3c359d051a6306871bd26243db1bd02317472a62ffdbe6c3cae14280
10+
django==4.2.27 \
11+
--hash=sha256:b865fbe0f4a3d1ee36594c5efa42b20db3c8bbb10dff0736face1c6e4bda5b92 \
12+
--hash=sha256:f393a394053713e7d213984555c5b7d3caeee78b2ccb729888a0774dff6c11a8
1313
# via
1414
# -c default.txt
1515
# django-debug-toolbar

0 commit comments

Comments
 (0)