Skip to content

Commit 8dc47d9

Browse files
author
Davide Moro
committed
Merge branch 'master' of github.com:tierratelematics/cookiecutter-qa
2 parents a2787c8 + 52e4d8d commit 8dc47d9

File tree

3 files changed

+25
-28
lines changed

3 files changed

+25
-28
lines changed

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ cookiecutter QA
1616
.. image:: https://readthedocs.org/projects/cookiecutter-qa/badge/?version=latest
1717
:target: http://cookiecutter-qa.readthedocs.io
1818

19-
.. image:: https://www.browserstack.com/automate/badge.svg?badge_key=cUZrc0xQdENBOTAyNnU0Zy9RZ3oxMUovalh0UTZ6VFpWT2J0RkxkUW5Rcz0tLWpJL2lkcEptbHdmSEN4WEZ0RGZ1dmc9PQ==--0a9b15d748993f1a0079f3256baa9e8348457ca4
20-
:target: https://www.browserstack.com/automate/public-build/cUZrc0xQdENBOTAyNnU0Zy9RZ3oxMUovalh0UTZ6VFpWT2J0RkxkUW5Rcz0tLWpJL2lkcEptbHdmSEN4WEZ0RGZ1dmc9PQ==--0a9b15d748993f1a0079f3256baa9e8348457ca4
21-
2219
Coookiecutter QA let you create QA projects based on the Cookiecutter_ scaffolding project.
2320

2421
Usage

requirements_dev.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
alabaster==0.7.10
22
argh==0.26.2
33
arrow==0.10.0
4-
Babel==2.4.0
5-
binaryornot==0.4.3
6-
certifi==2017.4.17
4+
Babel==2.5.0
5+
binaryornot==0.4.4
6+
certifi==2017.7.27.1
77
chardet==3.0.4
88
click==6.7
99
cookiecutter==1.5.1
10-
docutils==0.13.1
10+
docutils==0.14
1111
future==0.16.0
12-
idna==2.5
12+
idna==2.6
1313
imagesize==0.7.1
1414
Jinja2==2.9.6
1515
jinja2-time==0.2.0
1616
MarkupSafe==1.0
1717
pathtools==0.1.2
18-
pluggy==0.4.0
18+
pluggy==0.5.2
1919
poyo==0.4.1
2020
py==1.4.34
2121
Pygments==2.2.0
22-
pytest==3.1.2
22+
pytest==3.2.1
2323
pytest-cookies==0.2.0
2424
python-dateutil==2.6.1
2525
pytz==2017.2
2626
PyYAML==3.12
27-
requests==2.18.1
27+
requests==2.18.4
2828
six==1.10.0
2929
snowballstemmer==1.2.1
3030
Sphinx==1.6.3
3131
sphinx-rtd-theme==0.2.4
3232
sphinxcontrib-websupport==1.0.1
33-
tox==2.7.0
33+
tox==2.8.1
3434
urllib3==1.22
3535
virtualenv==15.1.0
3636
watchdog==0.8.3 # required by watchmedo
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
alabaster==0.7.10
2-
Babel==2.4.0
2+
Babel==2.5.0
33
click==6.7
4-
colander==1.3.3
4+
colander==1.4
55
configparser==3.5.0
66
coverage==4.4.1
7-
docutils==0.13.1
7+
docutils==0.14
88
funcsigs==1.0.2
9-
glob2==0.5
9+
glob2==0.6
1010
imagesize==0.7.1
1111
iso8601==0.1.12
1212
Jinja2==2.9.6
@@ -16,38 +16,38 @@ mock==2.0.0
1616
parse==1.8.2
1717
parse-type==0.3.4
1818
pbr==3.1.1
19-
pluggy==0.4.0
19+
pluggy==0.5.2
2020
py==1.4.34
2121
pycodestyle==2.3.1
2222
Pygments==2.2.0
2323
PyPOM==1.2.0
2424
pypom-form==0.2.2
25-
pytest==3.0.7
25+
pytest==3.2.1
2626
pytest-bdd==2.18.2
2727
pytest-cov==2.5.1
28-
pytest-html==1.15.1
28+
pytest-html==1.15.2
2929
pytest-metadata==1.5.0
3030
pytest-pypom-navigation==0.0.1
3131
pytest-splinter==1.8.5
3232
pytest-testrail==0.0.11
33-
pytest-variables==1.6.1
33+
pytest-variables==1.7.0
3434
pytz==2017.2
3535
PyYAML==3.12
36-
requests==2.11.1
37-
selenium==3.4.3
38-
setuptools==3.6.2.2
36+
requests==2.18.4
37+
selenium==3.5.0
38+
setuptools==36.4.0
3939
simplejson==3.11.1
4040
six==1.10.0
4141
snowballstemmer==1.2.1
4242
Sphinx==1.6.3
4343
sphinx-rtd-theme==0.2.4
4444
sphinxcontrib-websupport==1.0.1
45-
splinter==0.7.5
46-
tox==2.7.0
45+
splinter==0.7.6
46+
tox==2.8.1
4747
translationstring==1.3
48-
typing==3.6.1
48+
typing==3.6.2
4949
virtualenv==15.1.0
50-
zope.component==4.3.0
50+
zope.component==4.4.0
5151
zope.dottedname==4.2
52-
zope.event==4.2.0
52+
zope.event==4.3.0
5353
zope.interface==4.4.2

0 commit comments

Comments
 (0)