Skip to content

Commit c66ed85

Browse files
committed
Upgrade deps, particularly pyyaml==5.1
1 parent 9bd71a5 commit c66ed85

File tree

7 files changed

+52
-52
lines changed

7 files changed

+52
-52
lines changed

requirements/base.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ click==7.0
88
django==1.11.20
99
jinja2==2.10
1010
markupsafe==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
1313
pytz==2018.9 # via django
14-
pyyaml==3.13
14+
pyyaml==5.1
1515
six==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

requirements/dev.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
argparse==1.4.0
88
astroid==1.5.3
99
atomicwrites==1.3.0
10-
attrs==18.2.0
10+
attrs==19.1.0
1111
backports.functools-lru-cache==1.5
1212
caniusepython3==7.0.0
13-
certifi==2018.11.29
13+
certifi==2019.3.9
1414
chardet==3.0.4
1515
click-log==0.1.8
1616
click==7.0
1717
codecov==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
2020
distlib==0.2.8
2121
django==1.11.20
2222
edx-lint==1.1.1
2323
filelock==3.0.10
2424
idna==2.8
2525
inflect==2.1.0 # via jinja2-pluralize
26-
isort==4.3.8
26+
isort==4.3.15
2727
jinja2-pluralize==0.3.0 # via diff-cover
2828
jinja2==2.10
2929
lazy-object-proxy==1.3.1
@@ -32,31 +32,31 @@ mccabe==0.6.1
3232
mock==2.0.0
3333
more-itertools==5.0.0
3434
packaging==19.0
35-
pbr==5.1.2
36-
pip-tools==3.4.0
35+
pbr==5.1.3
36+
pip-tools==3.5.0
3737
pluggy==0.9.0
3838
py==1.8.0
3939
pycodestyle==2.5.0
4040
pydocstyle==3.0.0
4141
pygments==2.3.1 # via diff-cover
4242
pylint-celery==0.3
4343
pylint-django==0.7.2
44-
pylint-plugin-utils==0.4
44+
pylint-plugin-utils==0.5
4545
pylint==1.7.6
4646
pyparsing==2.3.1
4747
pytest-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
5050
pytz==2018.9
51-
pyyaml==3.13
51+
pyyaml==5.1
5252
requests==2.21.0
5353
six==1.12.0
5454
snowballstemmer==1.2.1
55-
stevedore==1.30.0
55+
stevedore==1.30.1
56+
text-unidecode==1.2
5657
toml==0.10.0
5758
tox-battery==0.5.1
5859
tox==3.7.0
59-
unidecode==1.0.23
6060
urllib3==1.24.1
61-
virtualenv==16.4.1
61+
virtualenv==16.4.3
6262
wrapt==1.11.1

requirements/doc.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
alabaster==0.7.12 # via sphinx
88
atomicwrites==1.3.0
9-
attrs==18.2.0
9+
attrs==19.1.0
1010
babel==2.6.0 # via sphinx
1111
bleach==3.1.0 # via readme-renderer
12-
certifi==2018.11.29 # via requests
12+
certifi==2019.3.9 # via requests
1313
chardet==3.0.4 # via doc8, requests
1414
click==7.0
15-
coverage==4.5.2
15+
coverage==4.5.3
1616
django==1.11.20
1717
doc8==0.8.0
1818
docutils==0.14 # via doc8, readme-renderer, restructuredtext-lint, sphinx
@@ -24,24 +24,24 @@ markupsafe==1.1.1
2424
mock==2.0.0
2525
more-itertools==5.0.0
2626
packaging==19.0 # via sphinx
27-
pbr==5.1.2
27+
pbr==5.1.3
2828
pluggy==0.9.0
2929
py==1.8.0
3030
pygments==2.3.1 # via readme-renderer, sphinx
3131
pyparsing==2.3.1 # via packaging
3232
pytest-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
3535
pytz==2018.9
36-
pyyaml==3.13
36+
pyyaml==5.1
3737
readme-renderer==24.0
3838
requests==2.21.0 # via sphinx
3939
restructuredtext-lint==1.2.2 # via doc8
4040
six==1.12.0
4141
snowballstemmer==1.2.1 # via sphinx
42-
sphinx==1.8.4
42+
sphinx==1.8.5
4343
sphinxcontrib-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
4646
urllib3==1.24.1 # via requests
4747
webencodings==0.5.1 # via bleach

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# make upgrade
66
#
77
click==7.0 # via pip-tools
8-
pip-tools==3.4.0
8+
pip-tools==3.5.0
99
six==1.12.0 # via pip-tools

requirements/quality.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,45 +7,45 @@
77
argparse==1.4.0 # via caniusepython3
88
astroid==1.5.3 # via edx-lint, pylint, pylint-celery
99
atomicwrites==1.3.0
10-
attrs==18.2.0
10+
attrs==19.1.0
1111
backports.functools-lru-cache==1.5 # via caniusepython3
1212
caniusepython3==7.0.0
13-
certifi==2018.11.29 # via requests
13+
certifi==2019.3.9 # via requests
1414
chardet==3.0.4 # via requests
1515
click-log==0.1.8 # via edx-lint
1616
click==7.0
17-
coverage==4.5.2
17+
coverage==4.5.3
1818
distlib==0.2.8 # via caniusepython3
1919
django==1.11.20
2020
edx-lint==1.1.1
2121
idna==2.8 # via requests
22-
isort==4.3.8
22+
isort==4.3.15
2323
jinja2==2.10
2424
lazy-object-proxy==1.3.1 # via astroid
2525
markupsafe==1.1.1
2626
mccabe==0.6.1 # via pylint
2727
mock==2.0.0
2828
more-itertools==5.0.0
2929
packaging==19.0 # via caniusepython3
30-
pbr==5.1.2
30+
pbr==5.1.3
3131
pluggy==0.9.0
3232
py==1.8.0
3333
pycodestyle==2.5.0
3434
pydocstyle==3.0.0
3535
pylint-celery==0.3 # via edx-lint
3636
pylint-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
3838
pylint==1.7.6 # via edx-lint, pylint-celery, pylint-django, pylint-plugin-utils
3939
pyparsing==2.3.1 # via packaging
4040
pytest-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
4343
pytz==2018.9
44-
pyyaml==3.13
44+
pyyaml==5.1
4545
requests==2.21.0 # via caniusepython3
4646
six==1.12.0
4747
snowballstemmer==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
5050
urllib3==1.24.1 # via requests
5151
wrapt==1.11.1 # via astroid

requirements/test.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
# make upgrade
66
#
77
atomicwrites==1.3.0 # via pytest
8-
attrs==18.2.0 # via pytest
8+
attrs==19.1.0 # via pytest
99
click==7.0
10-
coverage==4.5.2 # via pytest-cov
10+
coverage==4.5.3 # via pytest-cov
1111
django==1.11.20
1212
jinja2==2.10
1313
markupsafe==1.1.1
1414
mock==2.0.0
1515
more-itertools==5.0.0
16-
pbr==5.1.2
16+
pbr==5.1.3
1717
pluggy==0.9.0 # via pytest
1818
py==1.8.0 # via pytest
1919
pytest-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
2222
pytz==2018.9
23-
pyyaml==3.13
23+
pyyaml==5.1
2424
six==1.12.0
25-
stevedore==1.30.0
26-
unidecode==1.0.23
25+
stevedore==1.30.1
26+
text-unidecode==1.2

requirements/travis.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
#
55
# make upgrade
66
#
7-
certifi==2018.11.29 # via requests
7+
certifi==2019.3.9 # via requests
88
chardet==3.0.4 # via requests
99
codecov==2.0.15
10-
coverage==4.5.2 # via codecov
10+
coverage==4.5.3 # via codecov
1111
filelock==3.0.10 # via tox
1212
idna==2.8 # via requests
1313
pluggy==0.9.0 # via tox
@@ -18,4 +18,4 @@ toml==0.10.0 # via tox
1818
tox-battery==0.5.1
1919
tox==3.7.0
2020
urllib3==1.24.1 # via requests
21-
virtualenv==16.4.1 # via tox
21+
virtualenv==16.4.3 # via tox

0 commit comments

Comments
 (0)