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

Bump jinja2 from 2.11.3 to 3.1.4 in /requirements #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
68 changes: 34 additions & 34 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ astroid==2.3.3
# pylint-celery
attrs==19.3.0
# via pytest
backports.functools-lru-cache==1.6.1
backports-functools-lru-cache==1.6.1
# via caniusepython3
bleach==3.3.0
# via readme-renderer
Expand All @@ -26,13 +26,13 @@ certifi==2019.11.28
# via requests
chardet==3.0.4
# via requests
click-log==0.3.2
# via edx-lint
click==7.0
# via
# click-log
# edx-lint
# pip-tools
click-log==0.3.2
# via edx-lint
coverage==5.0.3
# via pytest-cov
ddt==1.2.2
Expand All @@ -43,14 +43,6 @@ distlib==0.3.0
# via
# caniusepython3
# virtualenv
django-model-utils==3.2.0
# via
# -c constraints.txt
# -r base.in
django-waffle==0.20.0
# via
# edx-django-utils
# edx-drf-extensions
django==1.11.28
# via
# -c constraints.txt
Expand All @@ -62,13 +54,21 @@ django==1.11.28
# edx-i18n-tools
# edx-opaque-keys
# rest-condition
djangorestframework-jwt==1.11.0
# via edx-drf-extensions
django-model-utils==3.2.0
# via
# -c constraints.txt
# -r base.in
django-waffle==0.20.0
# via
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.11.0
# via
# -r base.in
# edx-drf-extensions
# rest-condition
djangorestframework-jwt==1.11.0
# via edx-drf-extensions
docutils==0.16
# via readme-renderer
edx-django-utils==3.0
Expand Down Expand Up @@ -111,17 +111,17 @@ isort==4.3.21
# via
# -r quality.in
# pylint
jinja2-pluralize==0.3.0
# via diff-cover
jinja2==2.11.3
jinja2==3.1.4
# via
# diff-cover
# jinja2-pluralize
jinja2-pluralize==0.3.0
# via diff-cover
lazy-object-proxy==1.4.3
# via astroid
lxml==4.5.0
# via xblock
markupsafe==1.1.1
markupsafe==2.1.5
# via
# jinja2
# xblock
Expand All @@ -137,10 +137,10 @@ packaging==20.1
# caniusepython3
# pytest
# tox
path.py==12.4.0
# via edx-i18n-tools
path==13.1.0
# via path.py
# via path-py
path-py==12.4.0
# via edx-i18n-tools
pbr==5.4.4
# via stevedore
pip-tools==4.5.0
Expand Down Expand Up @@ -176,6 +176,12 @@ pyjwkest==1.3.2
# via edx-drf-extensions
pyjwt==1.7.1
# via djangorestframework-jwt
pylint==2.4.2
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.0.11
Expand All @@ -184,24 +190,18 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pylint==2.4.2
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pymongo==3.10.1
# via edx-opaque-keys
pyparsing==2.4.6
# via packaging
pytest-cov==2.8.1
# via -r test.in
pytest-django==3.8.0
# via -r test.in
pytest==5.3.5
# via
# pytest-cov
# pytest-django
pytest-cov==2.8.1
# via -r test.in
pytest-django==3.8.0
# via -r test.in
python-dateutil==2.8.1
# via
# edx-drf-extensions
Expand All @@ -220,15 +220,15 @@ pyyaml==5.3
# xblock
readme-renderer==24.0
# via twine
requests-toolbelt==0.9.1
# via twine
requests==2.23.0
# via
# caniusepython3
# edx-drf-extensions
# pyjwkest
# requests-toolbelt
# twine
requests-toolbelt==0.9.1
# via twine
rest-condition==1.0.3
# via edx-drf-extensions
semantic-version==2.8.4
Expand Down Expand Up @@ -262,12 +262,12 @@ text-unidecode==1.3
# via faker
toml==0.10.0
# via tox
tox-battery==0.5.2
# via -r dev.in
tox==3.14.5
# via
# -r dev.in
# tox-battery
tox-battery==0.5.2
# via -r dev.in
tqdm==4.43.0
# via twine
twine==1.15.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ idna==2.9
# via requests
imagesize==1.2.0
# via sphinx
jinja2==2.11.3
jinja2==3.1.4
# via sphinx
lxml==4.5.0
# via xblock
markupsafe==1.1.1
markupsafe==2.1.5
# via
# jinja2
# xblock
Expand Down