Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Sep 24, 2017
1 parent 1aaf2eb commit 228c34c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
20 changes: 10 additions & 10 deletions requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WebTest==2.0.28
ZConfig==3.2.0
ZEO==5.1
ZODB==5.3.0
ZServer==4.0a2 ; python_version < '3.0'
ZServer==4.0b1 ; python_version < '3.0'
Zope2==4.0b1
five.globalrequest==99.1
five.localsitemanager==3.0.1
Expand All @@ -39,8 +39,8 @@ z3c.pt==3.0
zExceptions==3.6.1
zc.lockfile==1.2.1
zdaemon==4.2.0
zodbpickle==0.6.0
zope.annotation==4.5
zodbpickle==0.7.0
zope.annotation==4.6.0
zope.browser==2.2.0
zope.browsermenu==4.3.0
zope.browserpage==4.2.0
Expand All @@ -57,32 +57,32 @@ zope.deferredimport==4.2.0
zope.deprecation==4.3.0
zope.dottedname==4.2.0
zope.event==4.3.0
zope.exceptions==4.1.0
zope.exceptions==4.2.0
zope.filerepresentation==4.2.0
zope.formlib==4.4
zope.globalrequest==1.4
zope.i18n==4.2.0
zope.i18nmessageid==4.1.0
zope.interface==4.4.2
zope.interface==4.4.3
zope.lifecycleevent==4.2.0
zope.location==4.1.0
zope.pagetemplate==4.3.0
zope.processlifetime==2.2.0
zope.proxy==4.2.1
zope.proxy==4.3.0
zope.ptresource==4.1.0
zope.publisher==4.3.2
zope.ramcache==2.2.0
zope.schema==4.5.0
zope.security==4.1.1
zope.security==4.2.0
zope.sendmail==4.1.0
zope.sequencesort==4.0.1
zope.site==4.1.0
zope.size==4.2.0
zope.structuredtext==4.2.0
zope.tal==4.3.0
zope.tales==4.1.1
zope.tales==4.2.0
zope.testbrowser==5.2.1
zope.testing==4.6.2
zope.testrunner==4.7.0
zope.traversing==4.1.0
zope.viewlet==4.0.0
zope.traversing==4.2.0
zope.viewlet==4.1.0
18 changes: 9 additions & 9 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ zdaemon = 4.2.0
ZEO = 5.1
zExceptions = 3.6.1
ZODB = 5.3.0
zodbpickle = 0.6.0
zope.annotation = 4.5
zodbpickle = 0.7.0
zope.annotation = 4.6.0
zope.browser = 2.2.0
zope.browsermenu = 4.3.0
zope.browserpage = 4.2.0
Expand All @@ -59,33 +59,33 @@ zope.deferredimport = 4.2.0
zope.deprecation = 4.3.0
zope.dottedname = 4.2.0
zope.event = 4.3.0
zope.exceptions = 4.1.0
zope.exceptions = 4.2.0
zope.filerepresentation = 4.2.0
zope.formlib = 4.4
zope.globalrequest = 1.4
zope.i18n = 4.2.0
zope.i18nmessageid = 4.1.0
zope.interface = 4.4.2
zope.interface = 4.4.3
zope.lifecycleevent = 4.2.0
zope.location = 4.1.0
zope.pagetemplate = 4.3.0
zope.processlifetime = 2.2.0
zope.proxy = 4.2.1
zope.proxy = 4.3.0
zope.ptresource = 4.1.0
zope.publisher = 4.3.2
zope.ramcache = 2.2.0
zope.schema = 4.5.0
zope.security = 4.1.1
zope.security = 4.2.0
zope.sendmail = 4.1.0
zope.sequencesort = 4.0.1
zope.site = 4.1.0
zope.size = 4.2.0
zope.structuredtext = 4.2.0
zope.tal = 4.3.0
zope.tales = 4.1.1
zope.tales = 4.2.0
zope.testbrowser = 5.2.1
zope.testing = 4.6.2
zope.testrunner = 4.7.0
zope.traversing = 4.1.0
zope.viewlet = 4.0.0
zope.traversing = 4.2.0
zope.viewlet = 4.1.0
ZServer = 4.0b1
8 changes: 4 additions & 4 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ versions = versions
# Version pins for development and optional dependencies.
alabaster = 0.7.10
appdirs = 1.4.3
Babel = 2.5.0
Babel = 2.5.1
beautifulsoup4 = 4.6.0
buildout.wheel = 0.2.0
certifi = 2017.4.17
Expand Down Expand Up @@ -36,12 +36,12 @@ setuptools = 33.1.1
snowballstemmer = 1.2.1
Sphinx = 1.6.3
sphinxcontrib-websupport = 1.0.1
tox = 2.8.1
tox = 2.8.2
typing = 3.6.2
urllib3 = 1.21.1
virtualenv = 15.1.0
wheel = 0.29.0
wheel = 0.30.0
z3c.checkversions = 0.5
zc.buildout = 2.9.4
zc.buildout = 2.9.5
zc.recipe.egg = 2.0.4
zc.recipe.testrunner = 2.0.0

0 comments on commit 228c34c

Please sign in to comment.