Commit 84272f2a authored by Hanno Schlichting's avatar Hanno Schlichting

Update dependencies.

parent b15d4794
......@@ -13,15 +13,15 @@ PasteDeploy==1.5.2
Persistence==3.0a1
Products.BTreeFolder2==3.0
Products.MailHost==3.0
Products.ZCTextIndex==4.0
Products.ZCTextIndex==4.0.1
Products.ZCatalog==4.0a2
Record==3.1
RestrictedPython==3.6.0
WebOb==1.6.1
WebTest==2.0.23
ZConfig==3.1.0
ZEO==4.2.1
ZODB==4.4.2
ZEO==5.0.1
ZODB==5.0.0
five.globalrequest==1.0
mechanize==0.2.5
persistent==4.2.1
......@@ -29,8 +29,8 @@ pytz==2016.6.1
six==1.10.0
sourcecodegen==0.6.14
transaction==1.6.1
waitress==0.9.0
z3c.pt==2.2.3
waitress==1.0.0
z3c.pt==3.0
zExceptions==3.3
zc.lockfile==1.2.1
zdaemon==4.1.0
......@@ -40,13 +40,13 @@ zope.browser==2.1.0
zope.browsermenu==4.1.1
zope.browserpage==4.1.0
zope.browserresource==4.1.0
zope.cachedescriptors==4.1.0
zope.component==4.2.2
zope.cachedescriptors==4.2.0
zope.component==4.3.0
zope.componentvocabulary==2.0.0
zope.configuration==4.0.3
zope.container==4.1.0
zope.contentprovider==4.0.0
zope.contenttype==4.1.0
zope.contenttype==4.2.0
zope.deferredimport==4.1.0
zope.deprecation==4.1.2
zope.dottedname==4.1.0
......@@ -57,7 +57,7 @@ zope.formlib==4.3.0
zope.globalrequest==1.2
zope.i18n==4.1.0
zope.i18nmessageid==4.0.3
zope.interface==4.2.0
zope.interface==4.3.2
zope.lifecycleevent==4.1.0
zope.location==4.0.3
zope.pagetemplate==4.2.1
......@@ -78,5 +78,5 @@ zope.tales==4.1.1
zope.testbrowser==4.0.4
zope.testing==4.5.0
zope.testrunner==4.5.1
zope.traversing==4.0.0
zope.traversing==4.1.0
zope.viewlet==4.0.0
......@@ -20,36 +20,36 @@ persistent = 4.2.1
Products.BTreeFolder2 = 3.0
Products.MailHost = 3.0
Products.ZCatalog = 4.0a2
Products.ZCTextIndex = 4.0
Products.ZCTextIndex = 4.0.1
pytz = 2016.6.1
Record = 3.1
RestrictedPython = 3.6.0
six = 1.10.0
sourcecodegen = 0.6.14
transaction = 1.6.1
waitress = 0.9.0
waitress = 1.0.0
WebOb = 1.6.1
WebTest = 2.0.23
z3c.pt = 2.2.3
z3c.pt = 3.0
zc.lockfile = 1.2.1
ZConfig = 3.1.0
zdaemon = 4.1.0
ZEO = 4.2.1
ZEO = 5.0.1
zExceptions = 3.3
ZODB = 4.4.2
ZODB = 5.0.0
zodbpickle = 0.6.0
zope.annotation = 4.4.1
zope.browser = 2.1.0
zope.browsermenu = 4.1.1
zope.browserpage = 4.1.0
zope.browserresource = 4.1.0
zope.cachedescriptors = 4.1.0
zope.component = 4.2.2
zope.cachedescriptors = 4.2.0
zope.component = 4.3.0
zope.componentvocabulary = 2.0.0
zope.configuration = 4.0.3
zope.container = 4.1.0
zope.contentprovider = 4.0.0
zope.contenttype = 4.1.0
zope.contenttype = 4.2.0
zope.deferredimport = 4.1.0
zope.deprecation = 4.1.2
zope.dottedname = 4.1.0
......@@ -60,7 +60,7 @@ zope.formlib = 4.3.0
zope.globalrequest = 1.2
zope.i18n = 4.1.0
zope.i18nmessageid = 4.0.3
zope.interface = 4.2.0
zope.interface = 4.3.2
zope.lifecycleevent = 4.1.0
zope.location = 4.0.3
zope.pagetemplate = 4.2.1
......@@ -81,6 +81,6 @@ zope.tales = 4.1.1
zope.testbrowser = 4.0.4
zope.testing = 4.5.0
zope.testrunner = 4.5.1
zope.traversing = 4.0.0
zope.traversing = 4.1.0
zope.viewlet = 4.0.0
ZServer =
......@@ -7,7 +7,7 @@ versions = versions
# Version pins for development and optional dependencies.
alabaster = 0.7.9
Babel = 2.3.4
beautifulsoup4 = 4.5.0
beautifulsoup4 = 4.5.1
collective.recipe.cmd = 0.11
collective.recipe.sphinxbuilder = 1.0
coverage = 4.2
......@@ -15,7 +15,7 @@ docutils = 0.12
extras = 1.0.0
imagesize = 0.7.1
Jinja2 = 2.8
lxml = 3.6.1
lxml = 3.6.4
MarkupSafe = 0.23
mr.developer = 1.34
nose = 1.3.7
......@@ -23,12 +23,12 @@ plone.recipe.command = 1.1
Pygments = 2.1.3
python-gettext = 3.0
python-subunit = 1.2.0
setuptools = 25.1.1
setuptools = 26.1.1
snowballstemmer = 1.2.1
Sphinx = 1.4.5
Sphinx = 1.4.6
testtools = 2.2.0
unittest2 = 1.1.0
z3c.checkversions = 0.5
zc.buildout = 2.5.2
zc.buildout = 2.5.3
zc.recipe.egg = 2.0.3
zc.recipe.testrunner = 2.0.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment