diff --git a/CHANGES.rst b/CHANGES.rst index 1ca356b472..6757c04afa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -53,6 +53,8 @@ Other changes - Remove obsolete environment variable "Z_DEBUG_MODE" (`#445 `_) +- Update dependencies to newest versions. + Breaking changes ++++++++++++++++ diff --git a/buildout.cfg b/buildout.cfg index eacb14baaf..5a57bf9b52 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -19,7 +19,6 @@ parts = requirements sources-dir = develop auto-checkout = - RestrictedPython [testenv] PYTHONHASHSEED = random diff --git a/constraints.txt b/constraints.txt index 81e71fbeee..9aa262e80f 100644 --- a/constraints.txt +++ b/constraints.txt @@ -12,13 +12,13 @@ PasteDeploy==2.0.1 Persistence==3.0b4 Products.BTreeFolder2==4.1 Products.ZCTextIndex==4.0.2 -Products.ZCatalog==4.2 +Products.ZCatalog==4.3 Record==3.5 -RestrictedPython==4.0b7 +RestrictedPython==4.0b8 WSGIProxy2==0.4.5 -WebOb==1.8.4 +WebOb==1.8.5 WebTest==2.0.32 -ZConfig==3.3.0 +ZConfig==3.4.0 ZEO==5.2.0 ZODB==5.5.1 ZServer==4.0b3 ; python_version < '3.0' @@ -29,18 +29,18 @@ funcsigs==1.0.2 future==0.17.1 ipaddress==1.0.22 mock==2.0.0 -pbr==5.1.1 +pbr==5.1.2 persistent==4.4.3 -pytz==2018.7 +pytz==2018.9 shutilwhich==1.1.0 six==1.12.0 transaction==2.4.0 -waitress==1.1.0 -z3c.pt==3.1.0 +waitress==1.2.1 +z3c.pt==3.2.0 zExceptions==4.1 zc.lockfile==1.4 zdaemon==4.3 -zodbpickle==1.0.2 +zodbpickle==1.0.3 zope.annotation==4.7.0 zope.browser==2.3 zope.browsermenu==4.4 @@ -75,16 +75,16 @@ zope.ptresource==4.2.0 zope.publisher==5.0.1 zope.ramcache==2.3 zope.schema==4.9.3 -zope.security==4.3.0 -zope.sendmail==4.2 +zope.security==4.3.1 +zope.sendmail==4.2.1 zope.sequencesort==4.1.2 zope.site==4.2.2 zope.size==4.3 zope.structuredtext==4.3 zope.tal==4.4 zope.tales==4.3 -zope.testbrowser==5.3.1 +zope.testbrowser==5.3.2 zope.testing==4.7 zope.testrunner==4.9.2 zope.traversing==4.3.1 -zope.viewlet==4.2 +zope.viewlet==4.2.1 diff --git a/requirements-full.txt b/requirements-full.txt index 2ff72b8742..6e436919b3 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -13,13 +13,13 @@ PasteDeploy==2.0.1 Persistence==3.0b4 Products.BTreeFolder2==4.1 Products.ZCTextIndex==4.0.2 -Products.ZCatalog==4.2 +Products.ZCatalog==4.3 Record==3.5 -RestrictedPython==4.0b7 +RestrictedPython==4.0b8 WSGIProxy2==0.4.5 -WebOb==1.8.4 +WebOb==1.8.5 WebTest==2.0.32 -ZConfig==3.3.0 +ZConfig==3.4.0 ZEO==5.2.0 ZODB==5.5.1 Zope2==4.0b1 @@ -29,18 +29,18 @@ funcsigs==1.0.2 future==0.17.1 ipaddress==1.0.22 mock==2.0.0 -pbr==5.1.1 +pbr==5.1.2 persistent==4.4.3 -pytz==2018.7 +pytz==2018.9 shutilwhich==1.1.0 six==1.12.0 transaction==2.4.0 -waitress==1.1.0 -z3c.pt==3.1.0 +waitress==1.2.1 +z3c.pt==3.2.0 zExceptions==4.1 zc.lockfile==1.4 zdaemon==4.3 -zodbpickle==1.0.2 +zodbpickle==1.0.3 zope.annotation==4.7.0 zope.browser==2.3 zope.browsermenu==4.4 @@ -75,16 +75,16 @@ zope.ptresource==4.2.0 zope.publisher==5.0.1 zope.ramcache==2.3 zope.schema==4.9.3 -zope.security==4.3.0 -zope.sendmail==4.2 +zope.security==4.3.1 +zope.sendmail==4.2.1 zope.sequencesort==4.1.2 zope.site==4.2.2 zope.size==4.3 zope.structuredtext==4.3 zope.tal==4.4 zope.tales==4.3 -zope.testbrowser==5.3.1 +zope.testbrowser==5.3.2 zope.testing==4.7 zope.testrunner==4.9.2 zope.traversing==4.3.1 -zope.viewlet==4.2 +zope.viewlet==4.2.1 diff --git a/versions-prod.cfg b/versions-prod.cfg index 4f21598bb7..dd38d0d657 100644 --- a/versions-prod.cfg +++ b/versions-prod.cfg @@ -21,30 +21,30 @@ Missing = 4.1 mock = 2.0.0 MultiMapping = 4.1 PasteDeploy = 2.0.1 -pbr = 5.1.1 +pbr = 5.1.2 Persistence = 3.0b4 persistent = 4.4.3 Products.BTreeFolder2 = 4.1 Products.ZCatalog = 4.3 Products.ZCTextIndex = 4.0.2 -pytz = 2018.7 +pytz = 2018.9 Record = 3.5 -RestrictedPython = 4.0b7 +RestrictedPython = 4.0b8 shutilwhich = 1.1.0 six = 1.12.0 transaction = 2.4.0 -waitress = 1.1.0 -WebOb = 1.8.4 +waitress = 1.2.1 +WebOb = 1.8.5 WebTest = 2.0.32 WSGIProxy2 = 0.4.5 -z3c.pt = 3.1.0 +z3c.pt = 3.2.0 zc.lockfile = 1.4 -ZConfig = 3.3.0 +ZConfig = 3.4.0 zdaemon = 4.3 ZEO = 5.2.0 zExceptions = 4.1 ZODB = 5.5.1 -zodbpickle = 1.0.2 +zodbpickle = 1.0.3 zope.annotation = 4.7.0 zope.browser = 2.3 zope.browsermenu = 4.4 @@ -79,17 +79,17 @@ zope.ptresource = 4.2.0 zope.publisher = 5.0.1 zope.ramcache = 2.3 zope.schema = 4.9.3 -zope.security = 4.3.0 -zope.sendmail = 4.2 +zope.security = 4.3.1 +zope.sendmail = 4.2.1 zope.sequencesort = 4.1.2 zope.site = 4.2.2 zope.size = 4.3 zope.structuredtext = 4.3 zope.tal = 4.4 zope.tales = 4.3 -zope.testbrowser = 5.3.1 +zope.testbrowser = 5.3.2 zope.testing = 4.7 zope.testrunner = 4.9.2 zope.traversing = 4.3.1 -zope.viewlet = 4.2 +zope.viewlet = 4.2.1 ZServer = 4.0b3 diff --git a/versions.cfg b/versions.cfg index 314cc2d4ca..98d0d4fc3f 100644 --- a/versions.cfg +++ b/versions.cfg @@ -8,8 +8,9 @@ versions = versions alabaster = 0.7.12 appdirs = 1.4.3 Babel = 2.6.0 -beautifulsoup4 = 4.6.3 -bleach = 3.0.2 +backports.functools-lru-cache = 1.5 +beautifulsoup4 = 4.7.1 +bleach = 3.1.0 buildout.wheel = 0.2.0 certifi = 2018.11.29 cffi = 1.11.5 @@ -24,38 +25,39 @@ filelock = 3.0.10 idna = 2.8 imagesize = 1.1.0 Jinja2 = 2.10 -lxml = 4.2.5 +lxml = 4.3.1 manuel = 1.10.1 MarkupSafe = 1.1.0 mr.developer = 1.38 nose = 1.3.7 -packaging = 18.0 -pip = 18.1 -pkginfo = 1.4.2 +packaging = 19.0 +pip = 19.0.2 +pkginfo = 1.5.0.1 plone.recipe.command = 1.1 -pluggy = 0.8.0 +pluggy = 0.8.1 py = 1.7.0 pycparser = 2.19 -Pygments = 2.3.0 -pyparsing = 2.3.0 +Pygments = 2.3.1 +pyparsing = 2.3.1 python-gettext = 4.0 readme-renderer = 24.0 requests = 2.21.0 -requests-toolbelt = 0.8.0 +requests-toolbelt = 0.9.1 snowballstemmer = 1.2.1 -Sphinx = 1.8.2 +soupsieve = 1.7.3 +Sphinx = 1.8.4 sphinxcontrib-websupport = 1.1.0 toml = 0.10.0 -tox = 3.6.0 -tqdm = 4.28.1 +tox = 3.7.0 +tqdm = 4.31.0 twine = 1.12.1 typing = 3.6.6 urllib3 = 1.24.1 -virtualenv = 16.1.0 +virtualenv = 16.4.0 webencodings = 0.5.1 wheel = 0.32.3 z3c.checkversions = 1.1 zc.recipe.egg = 2.0.7 zc.recipe.testrunner = 2.0.0 -zest.releaser = 6.15.3 +zest.releaser = 6.16.0 zodbupdate = 1.1