Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements: Upgrade django to next LTS for security #87

Merged
merged 1 commit into from
Jul 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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