Skip to content

Commit

Permalink
updating django (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwang-icf authored Oct 25, 2024
1 parent 2fb858c commit 2ece510
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions requirements/requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --generate-hashes --output-file=requirements/requirements.dev.txt requirements/requirements.dev.in
Expand Down Expand Up @@ -256,9 +256,9 @@ dj-database-url==2.0.0 \
--hash=sha256:9c9e5f7224f62635a787e9cc3c6762c9be2b19541a21e3c08fa573bd01609b4b \
--hash=sha256:a35a9f0f43775ca6f90d819dc456233ef7bcc76b47377d5d908b75c7eb320624
# via -r requirements/requirements.in
django==4.2.14 \
--hash=sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240 \
--hash=sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96
django==4.2.15 \
--hash=sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30 \
--hash=sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a
# via
# -r requirements/requirements.in
# dj-database-url
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base packages
django == 4.2.14
django == 4.2.15
django-bootstrap-v5
django-cors-headers
django-localflavor
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --generate-hashes --output-file=requirements/requirements.txt requirements/requirements.in
Expand Down Expand Up @@ -225,9 +225,9 @@ dj-database-url==2.0.0 \
--hash=sha256:9c9e5f7224f62635a787e9cc3c6762c9be2b19541a21e3c08fa573bd01609b4b \
--hash=sha256:a35a9f0f43775ca6f90d819dc456233ef7bcc76b47377d5d908b75c7eb320624
# via -r requirements/requirements.in
django==4.2.14 \
--hash=sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240 \
--hash=sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96
django==4.2.15 \
--hash=sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30 \
--hash=sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a
# via
# -r requirements/requirements.in
# dj-database-url
Expand Down
Binary file removed vendor/Django-4.2.11-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file added vendor/exceptiongroup-1.2.2-py3-none-any.whl
Binary file not shown.
Binary file added vendor/tomli-2.0.2-py3-none-any.whl
Binary file not shown.

0 comments on commit 2ece510

Please sign in to comment.