Skip to content

Commit 752e15f

Browse files
committed
updated django to 4.2.15
1 parent 0c9e499 commit 752e15f

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

requirements/requirements.dev.txt

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
55
# pip-compile --generate-hashes --output-file=requirements/requirements.dev.txt requirements/requirements.dev.in
@@ -333,6 +333,13 @@ djangorestframework==3.15.2 \
333333
djangorestframework-csv==2.1.1 \
334334
--hash=sha256:aa0ee4c894fe319c68e042b05c61dace43a9fb6e6872e1abe1724ca7ea4d15f7
335335
# via -r requirements/requirements.in
336+
exceptiongroup==1.2.2 \
337+
--hash=sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b \
338+
--hash=sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc
339+
# via
340+
# pytest
341+
# trio
342+
# trio-websocket
336343
flake8==6.0.0 \
337344
--hash=sha256:3833794e27ff64ea4e9cf5d410082a8b97ff1a06c16aa3d2027339cd0f1195c7 \
338345
--hash=sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181
@@ -364,7 +371,9 @@ idna==3.7 \
364371
importlib-metadata==6.6.0 \
365372
--hash=sha256:43dd286a2cd8995d5eaef7fee2066340423b818ed3fd70adf0bad5f1fac53fed \
366373
--hash=sha256:92501cdf9cc66ebd3e612f1b4f0c0765dfa42f0fa38ffb319b6bd84dd675d705
367-
# via -r requirements/requirements.in
374+
# via
375+
# -r requirements/requirements.in
376+
# flask
368377
importlib-resources==5.12.0 \
369378
--hash=sha256:4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6 \
370379
--hash=sha256:7b1deeebbf351c7578e09bf2f63fa2ce8b5ffec296e0d349139d43cca061a81a
@@ -821,6 +830,10 @@ sqlparse==0.5.0 \
821830
# -r requirements/requirements.in
822831
# django
823832
# django-debug-toolbar
833+
tomli==2.0.2 \
834+
--hash=sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38 \
835+
--hash=sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed
836+
# via pytest
824837
trio==0.24.0 \
825838
--hash=sha256:c3bd3a4e3e3025cd9a2241eae75637c43fe0b9e88b4c97b9161a55b9e54cd72c \
826839
--hash=sha256:ffa09a74a6bf81b84f8613909fb0beaee84757450183a7a2e0b47b455c0cac5d
@@ -868,7 +881,9 @@ wtforms==3.1.2 \
868881
zipp==3.19.2 \
869882
--hash=sha256:bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19 \
870883
--hash=sha256:f091755f667055f2d02b32c53771a7a6c8b47e1fdbc4b72a8b9072b3eef8015c
871-
# via importlib-metadata
884+
# via
885+
# importlib-metadata
886+
# importlib-resources
872887

873888
# WARNING: The following packages were not pinned, but pip requires them to be
874889
# pinned when the requirements file includes hashes and the requirement is not

requirements/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
55
# pip-compile --generate-hashes --output-file=requirements/requirements.txt requirements/requirements.in
@@ -659,7 +659,9 @@ voluptuous==0.13.1 \
659659
zipp==3.19.2 \
660660
--hash=sha256:bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19 \
661661
--hash=sha256:f091755f667055f2d02b32c53771a7a6c8b47e1fdbc4b72a8b9072b3eef8015c
662-
# via importlib-metadata
662+
# via
663+
# importlib-metadata
664+
# importlib-resources
663665

664666
# WARNING: The following packages were not pinned, but pip requires them to be
665667
# pinned when the requirements file includes hashes and the requirement is not

0 commit comments

Comments
 (0)