Skip to content

Commit

Permalink
Merge pull request #87 from openownership/upgrade-django
Browse files Browse the repository at this point in the history
requirements: Upgrade django to next LTS for security
  • Loading branch information
odscjames authored Jul 20, 2022
2 parents 94b3bd4 + bc956bd commit 38d0124
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cove_bods/templates/cove_bods/base.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% load i18n %}
{% load static from staticfiles %}
{% load static %}

{% block after_head %}
<link rel="shortcut icon" href="{% static 'favicon.ico' %}">
Expand Down
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dealer
sentry-sdk
Django>2.2,<2.3
Django>3.2,<3.3
jsonschema
libcovebods==0.13.0
libcovebods==0.14.0
libcoveweb>=0.19.0
8 changes: 6 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile requirements.in
#
asgiref==3.4.1
# via django
attrs==21.2.0
# via jsonschema
backports-datetime-fromisoformat==1.0.0
Expand All @@ -26,7 +28,7 @@ dealer==2.1.0
# via -r requirements.in
defusedxml==0.7.1
# via odfpy
django==2.2.27
django==3.2.14
# via
# -r requirements.in
# django-bootstrap3
Expand Down Expand Up @@ -63,7 +65,7 @@ libcove==0.26.0
# via
# libcovebods
# libcoveweb
libcovebods==0.13.0
libcovebods==0.14.0
# via -r requirements.in
libcoveweb==0.24.1
# via
Expand Down Expand Up @@ -114,6 +116,8 @@ strict-rfc3339==0.7
# via libcove
transaction==3.0.1
# via zodb
typing-extensions==4.1.1
# via asgiref
uc-rfc6266-parser==0.1.0
# via libcoveweb
urllib3==1.26.6
Expand Down
15 changes: 11 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# pip-compile requirements_dev.in
#
asgiref==3.4.1
# via
# -r requirements.txt
# django
attrs==21.2.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -46,7 +50,7 @@ defusedxml==0.7.1
# via
# -r requirements.txt
# odfpy
django==2.2.27
django==3.2.14
# via
# -r requirements.txt
# django-bootstrap3
Expand Down Expand Up @@ -110,7 +114,7 @@ libcove==0.26.0
# -r requirements.txt
# libcovebods
# libcoveweb
libcovebods==0.13.0
libcovebods==0.14.0
# via -r requirements.txt
libcoveweb==0.24.1
# via
Expand Down Expand Up @@ -230,8 +234,11 @@ transaction==3.0.1
# zodb
transifex-client==0.14.3
# via -r requirements_dev.in
typing-extensions==3.10.0.2
# via gitpython
typing-extensions==4.1.1
# via
# -r requirements.txt
# asgiref
# gitpython
uc-rfc6266-parser==0.1.0
# via
# -r requirements.txt
Expand Down

0 comments on commit 38d0124

Please sign in to comment.