|
@@ -13,82 +13,90 @@ collective.recipe.omelette = 0.16
|
13
|
13
|
coverage = 3.7.1
|
14
|
14
|
decorator = 3.4.2
|
15
|
15
|
docutils = 0.12
|
16
|
|
-flake8 = 2.4.0
|
|
16
|
+flake8 = 2.4.1
|
17
|
17
|
itsdangerous = 0.24
|
18
|
|
-mccabe = 0.3
|
|
18
|
+mccabe = 0.3.1
|
19
|
19
|
mock = 1.0.1
|
20
|
20
|
pep8 = 1.5.7
|
21
|
21
|
plone.testing = 4.0.13
|
22
|
22
|
pyflakes = 0.8.1
|
23
|
|
-pytz = 2015.2
|
|
23
|
+pytz = 2015.4
|
24
|
24
|
pyyaml = 3.11
|
25
|
|
-requests = 2.6.2
|
|
25
|
+requests = 2.7.0
|
26
|
26
|
robotframework-debuglibrary = 0.3
|
27
|
27
|
robotframework-httplibrary = 0.4.2
|
28
|
|
-robotframework-selenium2library = 1.6.0
|
|
28
|
+robotframework-selenium2library = 1.7.1
|
29
|
29
|
robotsuite = 1.6.1
|
30
|
|
-selenium = 2.45.0
|
|
30
|
+selenium = 2.46.0
|
31
|
31
|
speaklater = 1.3
|
32
|
32
|
unittest2 = 1.0.1
|
33
|
33
|
waitress = 0.8.9
|
34
|
34
|
zc.recipe.testrunner = 2.0.0
|
35
|
35
|
pyopenssl = 0.15.1
|
36
|
|
-ndg-httpsclient = 0.3.3
|
37
|
|
-pyasn1 = 0.1.7
|
38
|
|
-pyasn1-modules = 0.0.5
|
|
36
|
+ndg-httpsclient = 0.4.0
|
|
37
|
+pyasn1 = 0.1.8
|
|
38
|
+pyasn1-modules = 0.0.6
|
39
|
39
|
certifi = 2015.04.28
|
40
|
40
|
|
41
|
41
|
#
|
42
|
|
-cffi = 0.9.2
|
43
|
|
-cryptography = 0.8.2
|
|
42
|
+cffi = 1.1.2
|
|
43
|
+cryptography = 0.9.1
|
|
44
|
+
|
|
45
|
+# Required by:
|
|
46
|
+# robotsuite==1.6.1
|
|
47
|
+# searx==0.7.0
|
|
48
|
+lxml = 3.4.4
|
|
49
|
+
|
|
50
|
+# Required by:
|
|
51
|
+# searx==0.7.0
|
|
52
|
+python-dateutil = 2.4.2
|
|
53
|
+
|
|
54
|
+# Required by:
|
|
55
|
+# searx==0.7.0
|
|
56
|
+# zope.exceptions==4.0.7
|
|
57
|
+# zope.interface==4.1.2
|
|
58
|
+# zope.testrunner==4.4.9
|
|
59
|
+setuptools = 18.0.1
|
44
|
60
|
|
45
|
61
|
# Required by:
|
46
|
62
|
# WebTest==2.0.18
|
47
|
63
|
beautifulsoup4 = 4.3.2
|
48
|
64
|
|
49
|
65
|
# Required by:
|
50
|
|
-# cryptography==0.8.2
|
|
66
|
+# cryptography==0.9.1
|
51
|
67
|
enum34 = 1.0.4
|
52
|
68
|
|
53
|
69
|
# Required by:
|
|
70
|
+# cryptography==0.9.1
|
|
71
|
+idna = 2.0
|
|
72
|
+
|
|
73
|
+# Required by:
|
|
74
|
+# cryptography==0.9.1
|
|
75
|
+ipaddress = 1.0.7
|
|
76
|
+
|
|
77
|
+# Required by:
|
54
|
78
|
# robotframework-httplibrary==0.4.2
|
55
|
|
-jsonpatch = 1.9
|
|
79
|
+jsonpatch = 1.11
|
56
|
80
|
|
57
|
81
|
# Required by:
|
58
|
82
|
# robotframework-httplibrary==0.4.2
|
59
|
|
-jsonpointer = 1.7
|
|
83
|
+jsonpointer = 1.9
|
60
|
84
|
|
61
|
85
|
# Required by:
|
62
|
86
|
# traceback2==1.4.0
|
63
|
87
|
linecache2 = 1.0.0
|
64
|
88
|
|
65
|
89
|
# Required by:
|
66
|
|
-# robotsuite==1.6.1
|
67
|
|
-# searx==0.7.0
|
68
|
|
-lxml = 3.4.4
|
69
|
|
-
|
70
|
|
-# Required by:
|
71
|
|
-# cffi==0.9.2
|
|
90
|
+# cffi==1.1.2
|
72
|
91
|
pycparser = 2.12
|
73
|
92
|
|
74
|
93
|
# Required by:
|
75
|
|
-# searx==0.7.0
|
76
|
|
-python-dateutil = 2.4.2
|
77
|
|
-
|
78
|
|
-# Required by:
|
79
|
94
|
# robotframework-httplibrary==0.4.2
|
80
|
95
|
robotframework = 2.8.7
|
81
|
96
|
|
82
|
97
|
# Required by:
|
83
|
|
-# searx==0.7.0
|
84
|
|
-# zope.exceptions==4.0.7
|
85
|
|
-# zope.interface==4.1.2
|
86
|
|
-# zope.testrunner==4.4.8
|
87
|
|
-setuptools = 15.2
|
88
|
|
-
|
89
|
|
-# Required by:
|
90
|
98
|
# robotsuite==1.6.1
|
91
|
|
-# zope.testrunner==4.4.8
|
|
99
|
+# zope.testrunner==4.4.9
|
92
|
100
|
six = 1.9.0
|
93
|
101
|
|
94
|
102
|
# Required by:
|
|
@@ -100,17 +108,17 @@ traceback2 = 1.4.0
|
100
|
108
|
zc.recipe.egg = 2.0.1
|
101
|
109
|
|
102
|
110
|
# Required by:
|
103
|
|
-# zope.testrunner==4.4.8
|
|
111
|
+# zope.testrunner==4.4.9
|
104
|
112
|
zope.exceptions = 4.0.7
|
105
|
113
|
|
106
|
114
|
# Required by:
|
107
|
|
-# zope.testrunner==4.4.8
|
|
115
|
+# zope.testrunner==4.4.9
|
108
|
116
|
zope.interface = 4.1.2
|
109
|
117
|
|
110
|
118
|
# Required by:
|
111
|
119
|
# plone.testing==4.0.13
|
112
|
|
-zope.testing = 4.1.3
|
|
120
|
+zope.testing = 4.2.0
|
113
|
121
|
|
114
|
122
|
# Required by:
|
115
|
123
|
# zc.recipe.testrunner==2.0.0
|
116
|
|
-zope.testrunner = 4.4.8
|
|
124
|
+zope.testrunner = 4.4.9
|