File tree Expand file tree Collapse file tree 7 files changed +52
-52
lines changed Expand file tree Collapse file tree 7 files changed +52
-52
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ click==7.0
88django==1.11.20
99jinja2==2.10
1010markupsafe==1.1.1 # via jinja2
11- pbr==5.1.2 # via stevedore
12- python-slugify==2 .0.1
11+ pbr==5.1.3 # via stevedore
12+ python-slugify==3 .0.0
1313pytz==2018.9 # via django
14- pyyaml==3.13
14+ pyyaml==5.1
1515six==1.12.0 # via stevedore
16- stevedore==1.30.0
17- unidecode==1.0.23 # via python-slugify
16+ stevedore==1.30.1
17+ text- unidecode==1.2 # via python-slugify
Original file line number Diff line number Diff line change 77argparse==1.4.0
88astroid==1.5.3
99atomicwrites==1.3.0
10- attrs==18.2 .0
10+ attrs==19.1 .0
1111backports.functools-lru-cache==1.5
1212caniusepython3==7.0.0
13- certifi==2018.11.29
13+ certifi==2019.3.9
1414chardet==3.0.4
1515click-log==0.1.8
1616click==7.0
1717codecov==2.0.15
18- coverage==4.5.2
19- diff-cover==1.0.6
18+ coverage==4.5.3
19+ diff-cover==1.0.7
2020distlib==0.2.8
2121django==1.11.20
2222edx-lint==1.1.1
2323filelock==3.0.10
2424idna==2.8
2525inflect==2.1.0 # via jinja2-pluralize
26- isort==4.3.8
26+ isort==4.3.15
2727jinja2-pluralize==0.3.0 # via diff-cover
2828jinja2==2.10
2929lazy-object-proxy==1.3.1
@@ -32,31 +32,31 @@ mccabe==0.6.1
3232mock==2.0.0
3333more-itertools==5.0.0
3434packaging==19.0
35- pbr==5.1.2
36- pip-tools==3.4 .0
35+ pbr==5.1.3
36+ pip-tools==3.5 .0
3737pluggy==0.9.0
3838py==1.8.0
3939pycodestyle==2.5.0
4040pydocstyle==3.0.0
4141pygments==2.3.1 # via diff-cover
4242pylint-celery==0.3
4343pylint-django==0.7.2
44- pylint-plugin-utils==0.4
44+ pylint-plugin-utils==0.5
4545pylint==1.7.6
4646pyparsing==2.3.1
4747pytest-cov==2.6.1
48- pytest==4.3.0
49- python-slugify==2 .0.1
48+ pytest==4.3.1
49+ python-slugify==3 .0.0
5050pytz==2018.9
51- pyyaml==3.13
51+ pyyaml==5.1
5252requests==2.21.0
5353six==1.12.0
5454snowballstemmer==1.2.1
55- stevedore==1.30.0
55+ stevedore==1.30.1
56+ text-unidecode==1.2
5657toml==0.10.0
5758tox-battery==0.5.1
5859tox==3.7.0
59- unidecode==1.0.23
6060urllib3==1.24.1
61- virtualenv==16.4.1
61+ virtualenv==16.4.3
6262wrapt==1.11.1
Original file line number Diff line number Diff line change 66#
77alabaster==0.7.12 # via sphinx
88atomicwrites==1.3.0
9- attrs==18.2 .0
9+ attrs==19.1 .0
1010babel==2.6.0 # via sphinx
1111bleach==3.1.0 # via readme-renderer
12- certifi==2018.11.29 # via requests
12+ certifi==2019.3.9 # via requests
1313chardet==3.0.4 # via doc8, requests
1414click==7.0
15- coverage==4.5.2
15+ coverage==4.5.3
1616django==1.11.20
1717doc8==0.8.0
1818docutils==0.14 # via doc8, readme-renderer, restructuredtext-lint, sphinx
@@ -24,24 +24,24 @@ markupsafe==1.1.1
2424mock==2.0.0
2525more-itertools==5.0.0
2626packaging==19.0 # via sphinx
27- pbr==5.1.2
27+ pbr==5.1.3
2828pluggy==0.9.0
2929py==1.8.0
3030pygments==2.3.1 # via readme-renderer, sphinx
3131pyparsing==2.3.1 # via packaging
3232pytest-cov==2.6.1
33- pytest==4.3.0
34- python-slugify==2 .0.1
33+ pytest==4.3.1
34+ python-slugify==3 .0.0
3535pytz==2018.9
36- pyyaml==3.13
36+ pyyaml==5.1
3737readme-renderer==24.0
3838requests==2.21.0 # via sphinx
3939restructuredtext-lint==1.2.2 # via doc8
4040six==1.12.0
4141snowballstemmer==1.2.1 # via sphinx
42- sphinx==1.8.4
42+ sphinx==1.8.5
4343sphinxcontrib-websupport==1.1.0 # via sphinx
44- stevedore==1.30.0
45- unidecode==1.0.23
44+ stevedore==1.30.1
45+ text- unidecode==1.2
4646urllib3==1.24.1 # via requests
4747webencodings==0.5.1 # via bleach
Original file line number Diff line number Diff line change 55# make upgrade
66#
77click==7.0 # via pip-tools
8- pip-tools==3.4 .0
8+ pip-tools==3.5 .0
99six==1.12.0 # via pip-tools
Original file line number Diff line number Diff line change 77argparse==1.4.0 # via caniusepython3
88astroid==1.5.3 # via edx-lint, pylint, pylint-celery
99atomicwrites==1.3.0
10- attrs==18.2 .0
10+ attrs==19.1 .0
1111backports.functools-lru-cache==1.5 # via caniusepython3
1212caniusepython3==7.0.0
13- certifi==2018.11.29 # via requests
13+ certifi==2019.3.9 # via requests
1414chardet==3.0.4 # via requests
1515click-log==0.1.8 # via edx-lint
1616click==7.0
17- coverage==4.5.2
17+ coverage==4.5.3
1818distlib==0.2.8 # via caniusepython3
1919django==1.11.20
2020edx-lint==1.1.1
2121idna==2.8 # via requests
22- isort==4.3.8
22+ isort==4.3.15
2323jinja2==2.10
2424lazy-object-proxy==1.3.1 # via astroid
2525markupsafe==1.1.1
2626mccabe==0.6.1 # via pylint
2727mock==2.0.0
2828more-itertools==5.0.0
2929packaging==19.0 # via caniusepython3
30- pbr==5.1.2
30+ pbr==5.1.3
3131pluggy==0.9.0
3232py==1.8.0
3333pycodestyle==2.5.0
3434pydocstyle==3.0.0
3535pylint-celery==0.3 # via edx-lint
3636pylint-django==0.7.2 # via edx-lint
37- pylint-plugin-utils==0.4 # via pylint-celery, pylint-django
37+ pylint-plugin-utils==0.5 # via pylint-celery, pylint-django
3838pylint==1.7.6 # via edx-lint, pylint-celery, pylint-django, pylint-plugin-utils
3939pyparsing==2.3.1 # via packaging
4040pytest-cov==2.6.1
41- pytest==4.3.0
42- python-slugify==2 .0.1
41+ pytest==4.3.1
42+ python-slugify==3 .0.0
4343pytz==2018.9
44- pyyaml==3.13
44+ pyyaml==5.1
4545requests==2.21.0 # via caniusepython3
4646six==1.12.0
4747snowballstemmer==1.2.1 # via pydocstyle
48- stevedore==1.30.0
49- unidecode==1.0.23
48+ stevedore==1.30.1
49+ text- unidecode==1.2
5050urllib3==1.24.1 # via requests
5151wrapt==1.11.1 # via astroid
Original file line number Diff line number Diff line change 55# make upgrade
66#
77atomicwrites==1.3.0 # via pytest
8- attrs==18.2 .0 # via pytest
8+ attrs==19.1 .0 # via pytest
99click==7.0
10- coverage==4.5.2 # via pytest-cov
10+ coverage==4.5.3 # via pytest-cov
1111django==1.11.20
1212jinja2==2.10
1313markupsafe==1.1.1
1414mock==2.0.0
1515more-itertools==5.0.0
16- pbr==5.1.2
16+ pbr==5.1.3
1717pluggy==0.9.0 # via pytest
1818py==1.8.0 # via pytest
1919pytest-cov==2.6.1
20- pytest==4.3.0 # via pytest-cov
21- python-slugify==2 .0.1
20+ pytest==4.3.1 # via pytest-cov
21+ python-slugify==3 .0.0
2222pytz==2018.9
23- pyyaml==3.13
23+ pyyaml==5.1
2424six==1.12.0
25- stevedore==1.30.0
26- unidecode==1.0.23
25+ stevedore==1.30.1
26+ text- unidecode==1.2
Original file line number Diff line number Diff line change 44#
55# make upgrade
66#
7- certifi==2018.11.29 # via requests
7+ certifi==2019.3.9 # via requests
88chardet==3.0.4 # via requests
99codecov==2.0.15
10- coverage==4.5.2 # via codecov
10+ coverage==4.5.3 # via codecov
1111filelock==3.0.10 # via tox
1212idna==2.8 # via requests
1313pluggy==0.9.0 # via tox
@@ -18,4 +18,4 @@ toml==0.10.0 # via tox
1818tox-battery==0.5.1
1919tox==3.7.0
2020urllib3==1.24.1 # via requests
21- virtualenv==16.4.1 # via tox
21+ virtualenv==16.4.3 # via tox
You can’t perform that action at this time.
0 commit comments