Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #60 from edx/dsheraz/prod-210
Browse files Browse the repository at this point in the history
update jinja2
  • Loading branch information
DawoudSheraz authored May 27, 2019
2 parents 2960666 + 4329af6 commit ef00ce0
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 99 deletions.
26 changes: 13 additions & 13 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
appdirs==1.4.3 # via fs
backports.os==0.1.1 # via fs
enum34==1.1.6 # via fs
fs==2.0.25 # via xblock
future==0.16.0 # via backports.os
fs==2.4.5 # via xblock
future==0.17.1 # via backports.os
futures==3.2.0 ; python_version == "2.7"
lxml==4.2.3 # via xblock
mako==1.0.7
markupsafe==1.0 # via mako, xblock
python-dateutil==2.7.3 # via xblock
pytz==2018.5 # via fs, xblock
pyyaml==3.13 # via xblock
six==1.11.0 # via fs, python-dateutil, xblock
typing==3.6.4 # via fs
web-fragments==0.2.2 # via xblock
webob==1.8.2 # via xblock
xblock==1.2.1
lxml==4.3.3 # via xblock
mako==1.0.10
markupsafe==1.1.1 # via mako, xblock
python-dateutil==2.8.0 # via xblock
pytz==2019.1 # via fs, xblock
pyyaml==5.1 # via xblock
six==1.12.0 # via fs, python-dateutil, xblock
typing==3.6.6 # via fs
web-fragments==0.3.0 # via xblock
webob==1.8.5 # via xblock
xblock==1.2.2
78 changes: 36 additions & 42 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,55 +8,49 @@
appdirs==1.4.3
backports.os==0.1.1
binaryornot==0.4.4
bleach==2.1.3
certifi==2018.4.16
cffi==1.11.5
bleach==3.1.0
certifi==2019.3.9
chardet==3.0.4
click==6.7
cmarkgfm==0.4.2
click==7.0
cookiecutter==0.9.0
ddt==1.2.0
django-nose==1.4.5
django==1.11.14
ddt==1.2.1
django-nose==1.4.6
django==1.11.20
docutils==0.14
enum34==1.1.6
first==2.0.1
fs==2.0.25
filelock==3.0.12
fs==2.4.5
funcsigs==1.0.2
future==0.16.0
future==0.17.1
futures==3.2.0 ; python_version == "2.7"
html5lib==1.0.1
idna==2.7
jinja2==2.10
lazy==1.3
lxml==4.2.3
mako==1.0.7
markupsafe==1.0
mock==2.0.0
idna==2.8
jinja2==2.10.1
lazy==1.4
lxml==4.3.3
mako==1.0.10
markupsafe==1.1.1
mock==3.0.5
nose==1.3.7
packaging==17.1
pbr==4.2.0
pip-tools==2.0.2
pluggy==0.6.0
py==1.5.4
pycodestyle==2.4.0
pycparser==2.18
pygments==2.2.0
pyparsing==2.2.0
pypng==0.0.18
python-dateutil==2.7.3
pytz==2018.5
pyyaml==3.13
readme-renderer==21.0
requests==2.19.1
pip-tools==3.7.0
pluggy==0.11.0
py==1.8.0
pycodestyle==2.5.0
pygments==2.4.0
pypng==0.0.19
python-dateutil==2.8.0
pytz==2019.1
pyyaml==5.1
readme-renderer==24.0
requests==2.22.0
simplejson==3.16.0
six==1.11.0
six==1.12.0
toml==0.10.0
tox-battery==0.5.1
tox==3.1.2
typing==3.6.4
urllib3==1.23
virtualenv==16.0.0
web-fragments==0.2.2
tox==3.11.1
typing==3.6.6
urllib3==1.25.2
virtualenv==16.6.0
web-fragments==0.3.0
webencodings==0.5.1
webob==1.8.2
xblock==1.2.1
webob==1.8.5
xblock==1.2.2
7 changes: 3 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#
# make upgrade
#
click==6.7 # via pip-tools
first==2.0.1 # via pip-tools
pip-tools==2.0.2
six==1.11.0 # via pip-tools
click==7.0 # via pip-tools
pip-tools==3.7.0
six==1.12.0 # via pip-tools
61 changes: 28 additions & 33 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,44 +8,39 @@
appdirs==1.4.3
backports.os==0.1.1
binaryornot==0.4.4 # via cookiecutter
bleach==2.1.3 # via readme-renderer
certifi==2018.4.16 # via requests
cffi==1.11.5 # via cmarkgfm
bleach==3.1.0 # via readme-renderer
certifi==2019.3.9 # via requests
chardet==3.0.4 # via binaryornot, requests
cmarkgfm==0.4.2 # via readme-renderer
cookiecutter==0.9.0
ddt==1.2.0
django-nose==1.4.5
ddt==1.2.1
django-nose==1.4.6
docutils==0.14 # via readme-renderer
enum34==1.1.6
fs==2.0.25
fs==2.4.5
funcsigs==1.0.2 # via mock
future==0.16.0
future==0.17.1
futures==3.2.0 ; python_version == "2.7"
html5lib==1.0.1 # via bleach
idna==2.7 # via requests
jinja2==2.10 # via cookiecutter
lazy==1.3
lxml==4.2.3
mako==1.0.7
markupsafe==1.0
mock==2.0.0
idna==2.8 # via requests
jinja2==2.10.1 # via cookiecutter
lazy==1.4
lxml==4.3.3
mako==1.0.10
markupsafe==1.1.1
mock==3.0.5
nose==1.3.7 # via django-nose
pbr==4.2.0 # via mock
pycodestyle==2.4.0
pycparser==2.18 # via cffi
pygments==2.2.0 # via readme-renderer
pypng==0.0.18
python-dateutil==2.7.3
pytz==2018.5
pyyaml==3.13
readme-renderer==21.0
requests==2.19.1
pycodestyle==2.5.0
pygments==2.4.0 # via readme-renderer
pypng==0.0.19
python-dateutil==2.8.0
pytz==2019.1
pyyaml==5.1
readme-renderer==24.0
requests==2.22.0
simplejson==3.16.0
six==1.11.0
typing==3.6.4
urllib3==1.23 # via requests
web-fragments==0.2.2
webencodings==0.5.1 # via html5lib
webob==1.8.2
xblock==1.2.1
six==1.12.0
typing==3.6.6
urllib3==1.25.2 # via requests
web-fragments==0.3.0
webencodings==0.5.1 # via bleach
webob==1.8.5
xblock==1.2.2
14 changes: 7 additions & 7 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
packaging==17.1 # via tox
pluggy==0.6.0 # via tox
py==1.5.4 # via tox
pyparsing==2.2.0 # via packaging
six==1.11.0 # via packaging, tox
filelock==3.0.12 # via tox
pluggy==0.11.0 # via tox
py==1.8.0 # via tox
six==1.12.0 # via tox
toml==0.10.0 # via tox
tox-battery==0.5.1
tox==3.1.2
virtualenv==16.0.0 # via tox
tox==3.11.1
virtualenv==16.6.0 # via tox

0 comments on commit ef00ce0

Please sign in to comment.