Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit f6748b4

Browse files
authored
Merge pull request #584 from hdiogenes/bump-requirements
Bump requirements
2 parents c86a8c4 + dac822f commit f6748b4

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

requirements/dev.txt

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,61 @@
22
# This file is autogenerated by pip-compile
33
# To update, run:
44
#
5-
# pip-compile --output-file requirements/dev.txt requirements/dev.in
5+
# pip-compile --output-file=requirements/dev.txt requirements/dev.in
66
#
77
-e git+git://github.com/kytos/sphinx-theme.git#egg=kytos-sphinx-theme
88
-e .
99
alabaster==0.7.10 # via sphinx
1010
argh==0.26.2 # via sphinx-autobuild, watchdog
1111
astroid==1.5.3 # via pylint
12+
attrs==19.3.0 # via pytest
1213
babel==2.5.1 # via sphinx
1314
certifi==2017.7.27.1 # via requests
1415
chardet==3.0.4 # via requests
1516
click==6.7 # via pip-tools
1617
colorama==0.3.9 # via radon
1718
coverage==4.4.1
1819
docutils==0.14 # via sphinx
19-
first==2.0.1 # via pip-tools
2020
flake8-polyfill==1.0.1 # via radon
2121
flake8==3.4.1 # via flake8-polyfill
2222
idna==2.6 # via requests
2323
imagesize==0.7.1 # via sphinx
24+
importlib-metadata==1.3.0 # via pluggy, pytest
2425
isort==4.2.15 # via pylint, yala
25-
jinja2>=2.10.1 # via sphinx
26+
jinja2==2.10.3 # via sphinx
2627
lazy-object-proxy==1.3.1 # via astroid
2728
livereload==2.5.1 # via sphinx-autobuild
2829
mando==0.6.4 # via radon
2930
markupsafe==1.0 # via jinja2
3031
mccabe==0.6.1 # via flake8, pylint
32+
more-itertools==8.0.2 # via pytest, zipp
33+
packaging==19.2 # via pytest
3134
pathtools==0.1.2 # via sphinx-autobuild, watchdog
32-
pip-tools==1.9.0
33-
pluggy==0.5.2 # via tox
35+
pip-tools==4.3.0
36+
pluggy==0.13.1 # via pytest, tox
3437
port-for==0.3.1 # via sphinx-autobuild
35-
py==1.4.34 # via tox
38+
py==1.8.0 # via pytest, tox
3639
pycodestyle==2.3.1 # via flake8, yala
3740
pydocstyle==2.0.0 # via yala
3841
pyflakes==1.5.0 # via flake8
3942
pygments==2.2.0 # via sphinx
4043
pylint==1.7.2 # via yala
44+
pyparsing==2.4.5 # via packaging
45+
pytest==5.3.1
4146
pytz==2017.2 # via babel
4247
pyyaml==5.1 # via sphinx-autobuild, watchdog
4348
radon==2.1.1 # via yala
4449
requests==2.21.0 # via sphinx
45-
six==1.11.0 # via astroid, livereload, mando, pip-tools, pydocstyle, pylint, sphinx
50+
six==1.11.0 # via astroid, livereload, mando, packaging, pip-tools, pydocstyle, pylint, sphinx
4651
snowballstemmer==1.2.1 # via pydocstyle, sphinx
4752
sphinx-autobuild==0.7.1
48-
sphinx-bootstrap-theme==0.4.14
49-
sphinx-rtd-theme==0.2.4
5053
sphinx==1.5.6
5154
tornado==4.5.2 # via livereload, sphinx-autobuild
5255
tox==2.8.2
53-
urllib3>=1.24.2 # via requests
56+
urllib3==1.24.3 # via requests
5457
virtualenv==15.1.0 # via tox
5558
watchdog==0.8.3 # via sphinx-autobuild
59+
wcwidth==0.1.7 # via pytest
5660
wrapt==1.10.11 # via astroid
5761
yala==1.1.1
62+
zipp==0.6.0 # via importlib-metadata

0 commit comments

Comments
 (0)