Skip to content

Commit

Permalink
Upgrade Django
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteinberg committed Oct 9, 2024
1 parent be628d8 commit 446f70b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion web/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ invoke # project automation
psycopg2 # postgres connector

# Django stuff
django~=3.2.0
django~=4.2.16
django-nested-inline # show all related record in the admin
django-polymorphic # for model inheritance
django-simple-history # tracks changes made to model instances
Expand All @@ -15,6 +15,7 @@ django-simple-history # tracks changes made to model instances
pynacl # encryption
python-dateutil # for relativedelta and other utils
werkzeug # for its utilities
pytz # for timezone

# Testing
flake8 # code linting
Expand Down
14 changes: 7 additions & 7 deletions web/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ coverage[toml]==7.4.1 \
--hash=sha256:f90515974b39f4dea2f27c0959688621b46d96d5a626cf9c53dbc653a895c05c \
--hash=sha256:fe558371c1bdf3b8fa03e097c523fb9645b8730399c14fe7721ee9c9e2a545d3
# via pytest-cov
django==3.2.25 \
--hash=sha256:7ca38a78654aee72378594d63e51636c04b8e28574f5505dff630895b5472777 \
--hash=sha256:a52ea7fcf280b16f7b739cec38fa6d3f8953a5456986944c3ca97e79882b4e38
django==4.2.16 \
--hash=sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898 \
--hash=sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad
# via
# -r requirements.in
# django-polymorphic
Expand Down Expand Up @@ -347,10 +347,10 @@ python-dateutil==2.8.2 \
# via
# -r requirements.in
# faker
pytz==2024.1 \
--hash=sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812 \
--hash=sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319
# via django
pytz==2024.2 \
--hash=sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a \
--hash=sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725
# via -r requirements.in
six==1.16.0 \
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
Expand Down

0 comments on commit 446f70b

Please sign in to comment.