Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Closes #2985
  • Loading branch information
The-Compiler committed Sep 19, 2017
1 parent 55a4eb1 commit 5923680
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion misc/requirements/requirements-flake8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ pycodestyle==2.3.1
pydocstyle==1.1.1 # rq.filter: < 2.0.0
pyflakes==1.6.0
pyparsing==2.2.0
six==1.10.0
six==1.11.0
4 changes: 4 additions & 0 deletions misc/requirements/requirements-pyinstaller.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py

altgraph==0.14
future==0.16.0
macholib==1.8
pefile==2017.9.3
-e git+https://github.com/pyinstaller/pyinstaller.git@develop#egg=PyInstaller
2 changes: 1 addition & 1 deletion misc/requirements/requirements-pylint-master.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mccabe==0.6.1
-e git+https://github.com/PyCQA/pylint.git#egg=pylint
./scripts/dev/pylint_checkers
requests==2.18.4
six==1.10.0
six==1.11.0
uritemplate==3.0.0
uritemplate.py==3.0.2
urllib3==1.22
Expand Down
2 changes: 1 addition & 1 deletion misc/requirements/requirements-pylint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mccabe==0.6.1
pylint==1.7.2
./scripts/dev/pylint_checkers
requests==2.18.4
six==1.10.0
six==1.11.0
uritemplate==3.0.0
uritemplate.py==3.0.2
urllib3==1.22
Expand Down
20 changes: 10 additions & 10 deletions misc/requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py

attrs==17.2.0
beautifulsoup4==4.6.0
cheroot==5.8.3
click==6.7
# colorama==0.3.9
coverage==4.4.1
decorator==4.1.2
EasyProcess==0.2.3
fields==5.0.0
Flask==0.12.2
glob2==0.6
httpbin==0.5.0
hunter==1.4.1
hypothesis==3.19.1
hunter==2.0.1
hypothesis==3.28.3
itsdangerous==0.24
# Jinja2==2.9.6
Mako==1.0.7
# MarkupSafe==1.0
parse==1.8.2
parse-type==0.3.4
py==1.4.34
pytest==3.2.1
py-cpuinfo==3.3.0
pytest==3.2.2
pytest-bdd==2.18.2
pytest-benchmark==3.1.1
pytest-catchlog==1.2.2
pytest-cov==2.5.1
pytest-faulthandler==1.3.1
pytest-instafail==0.3.0
pytest-mock==1.6.2
pytest-qt==2.1.2
pytest-mock==1.6.3
pytest-qt==2.2.0
pytest-repeat==0.4.1
pytest-rerunfailures==3.0
pytest-rerunfailures==3.1
pytest-travis-fold==1.2.0
pytest-xvfb==1.0.0
PyVirtualDisplay==0.2.1
six==1.10.0
vulture==0.25
six==1.11.0
vulture==0.26
Werkzeug==0.12.2
2 changes: 1 addition & 1 deletion misc/requirements/requirements-tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

pluggy==0.4.0
py==1.4.34
tox==2.7.0
tox==2.8.2
virtualenv==15.1.0
2 changes: 1 addition & 1 deletion misc/requirements/requirements-vulture.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py

vulture==0.25
vulture==0.26

0 comments on commit 5923680

Please sign in to comment.