Skip to content

Commit

Permalink
Merge pull request activist-org#937 from to-sta/django_5
Browse files Browse the repository at this point in the history
django upgrade to 5.0
  • Loading branch information
andrewtavis authored Jul 28, 2024
2 parents 42d0275 + 7de056b commit aa06fc7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
15 changes: 11 additions & 4 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ charset-normalizer==3.3.2
# requests
click==8.1.7
# via pip-tools
coverage[toml]==7.4.4
colorama==0.4.6
# via
# coverage
# pytest-cov
# build
# click
# pytest
coverage[toml]==7.4.4
# via pytest-cov
distlib==0.3.8
# via virtualenv
django==4.2.14
django==5.0.7
# via
# -r requirements.txt
# django-cors-headers
Expand Down Expand Up @@ -179,6 +182,10 @@ typing-extensions==4.8.0
# django-stubs-ext
# djangorestframework-stubs
# mypy
tzdata==2024.1
# via
# -r requirements.txt
# django
uritemplate==4.1.1
# via
# -r requirements.txt
Expand Down
6 changes: 4 additions & 2 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
# pip-compile
#
asgiref==3.7.2
# via django
Expand All @@ -14,7 +14,7 @@ certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
django==4.2.14
django==5.0.7
# via
# -r requirements.in
# django-cors-headers
Expand Down Expand Up @@ -90,6 +90,8 @@ typing-extensions==4.8.0
# django-stubs-ext
# djangorestframework-stubs
# mypy
tzdata==2024.1
# via django
uritemplate==4.1.1
# via drf-spectacular
urllib3==2.2.2
Expand Down

0 comments on commit aa06fc7

Please sign in to comment.