Skip to content

Commit

Permalink
build: Upgrade Django
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 4, 2024
1 parent 0f932f8 commit e8980ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile
#
asgiref==3.4.1
asgiref==3.8.1
# via django
attrs==23.1.0
# via
Expand Down Expand Up @@ -34,12 +34,12 @@ contextlib2==21.6.0
# via schema
defusedxml==0.7.1
# via odfpy
django==3.2.25
django==4.2.16
# via
# -r requirements.in
# django-bootstrap3
# libcoveweb
django-bootstrap3==15.0.0
django-bootstrap3==24.2
# via
# -r requirements.in
# libcoveweb
Expand Down Expand Up @@ -104,9 +104,7 @@ pycparser==2.20
pymemcache==3.5.0
# via -r requirements.in
pytz==2021.1
# via
# django
# flattentool
# via flattentool
referencing==0.32.0
# via
# jsonschema
Expand Down Expand Up @@ -145,7 +143,9 @@ sqlparse==0.5.0
transaction==3.0.1
# via zodb
typing-extensions==4.9.0
# via cattrs
# via
# asgiref
# cattrs
url-normalize==1.4.3
# via requests-cache
urllib3==2.2.2
Expand Down
8 changes: 4 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements_dev.in
#
asgiref==3.4.1
asgiref==3.8.1
# via
# -r requirements.txt
# django
Expand Down Expand Up @@ -67,12 +67,12 @@ defusedxml==0.7.1
# via
# -r requirements.txt
# odfpy
django==3.2.25
django==4.2.16
# via
# -r requirements.txt
# django-bootstrap3
# libcoveweb
django-bootstrap3==15.0.0
django-bootstrap3==24.2
# via
# -r requirements.txt
# libcoveweb
Expand Down Expand Up @@ -222,7 +222,6 @@ pytest-localserver==0.7.1
pytz==2021.1
# via
# -r requirements.txt
# django
# flattentool
referencing==0.32.0
# via
Expand Down Expand Up @@ -302,6 +301,7 @@ trio-websocket==0.10.2
typing-extensions==4.9.0
# via
# -r requirements.txt
# asgiref
# cattrs
url-normalize==1.4.3
# via
Expand Down

0 comments on commit e8980ae

Please sign in to comment.