Commit b097a0f8 authored by Hanno Schlichting's avatar Hanno Schlichting

Update dependencies.

parent ab857cc1
......@@ -18,6 +18,11 @@ Features Added
- Add support to SameSite cookie in ``ZPublisher.HTTPBaseResponse``:
https://tools.ietf.org/html/draft-west-first-party-cookies-07
- Updated distributions:
- zope.globalrequest = 1.3
- zope.testing = 4.6.0
Restructuring
+++++++++++++
......
......@@ -3,7 +3,7 @@ AccessControl==4.0a3
Acquisition==4.2.2
AuthEncoding==4.0.0
BTrees==4.3.1
Chameleon==2.24
Chameleon==2.25
DateTime==4.1.1
DocumentTemplate==2.13.2
ExtensionClass==4.1.2
......@@ -17,20 +17,24 @@ Products.ZCTextIndex==4.0.1
Products.ZCatalog==4.0a2
Record==3.1
RestrictedPython==3.6.0
WebOb==1.6.1
WSGIProxy2==0.4.2
WebOb==1.6.2
WebTest==2.0.23
ZConfig==3.1.0
ZEO==5.0.1
ZODB==5.0.0
ZServer==4.0a1
five.globalrequest==1.0
funcsigs==1.0.2
mechanize==0.2.5
mock==2.0.0
pbr==1.10.0
persistent==4.2.1
pytz==2016.6.1
pytz==2016.7
six==1.10.0
sourcecodegen==0.6.14
transaction==1.6.1
waitress==1.0.0
waitress==1.0.1
z3c.pt==3.0
zExceptions==3.4
zc.lockfile==1.2.1
......@@ -55,7 +59,7 @@ zope.event==4.2.0
zope.exceptions==4.0.8
zope.filerepresentation==4.1.0
zope.formlib==4.3.0
zope.globalrequest==1.2
zope.globalrequest==1.3
zope.i18n==4.1.0
zope.i18nmessageid==4.0.3
zope.interface==4.3.2
......@@ -77,7 +81,7 @@ zope.structuredtext==4.1.0
zope.tal==4.2.0
zope.tales==4.1.1
zope.testbrowser==4.0.4
zope.testing==4.5.0
zope.testing==4.6.0
zope.testrunner==4.5.1
zope.traversing==4.1.0
zope.viewlet==4.0.0
......@@ -6,30 +6,34 @@ AccessControl = 4.0a3
AuthEncoding = 4.0.0
Acquisition = 4.2.2
BTrees = 4.3.1
Chameleon = 2.24
Chameleon = 2.25
DateTime = 4.1.1
DocumentTemplate = 2.13.2
ExtensionClass = 4.1.2
five.globalrequest = 1.0
funcsigs = 1.0.2
mechanize = 0.2.5
mock = 2.0.0
Missing = 3.1
MultiMapping = 3.0
PasteDeploy = 1.5.2
pbr = 1.10.0
Persistence = 3.0a1
persistent = 4.2.1
Products.BTreeFolder2 = 3.0
Products.MailHost = 3.0
Products.ZCatalog = 4.0a2
Products.ZCTextIndex = 4.0.1
pytz = 2016.6.1
pytz = 2016.7
Record = 3.1
RestrictedPython = 3.6.0
six = 1.10.0
sourcecodegen = 0.6.14
transaction = 1.6.1
waitress = 1.0.0
WebOb = 1.6.1
waitress = 1.0.1
WebOb = 1.6.2
WebTest = 2.0.23
WSGIProxy2 = 0.4.2
z3c.pt = 3.0
zc.lockfile = 1.2.1
ZConfig = 3.1.0
......@@ -57,7 +61,7 @@ zope.event = 4.2.0
zope.exceptions = 4.0.8
zope.filerepresentation = 4.1.0
zope.formlib = 4.3.0
zope.globalrequest = 1.2
zope.globalrequest = 1.3
zope.i18n = 4.1.0
zope.i18nmessageid = 4.0.3
zope.interface = 4.3.2
......@@ -79,7 +83,7 @@ zope.structuredtext = 4.1.0
zope.tal = 4.2.0
zope.tales = 4.1.1
zope.testbrowser = 4.0.4
zope.testing = 4.5.0
zope.testing = 4.6.0
zope.testrunner = 4.5.1
zope.traversing = 4.1.0
zope.viewlet = 4.0.0
......
......@@ -23,9 +23,9 @@ plone.recipe.command = 1.1
Pygments = 2.1.3
python-gettext = 3.0
python-subunit = 1.2.0
setuptools = 26.1.1
setuptools = 28.6.1
snowballstemmer = 1.2.1
Sphinx = 1.4.6
Sphinx = 1.4.8
testtools = 2.2.0
unittest2 = 1.1.0
z3c.checkversions = 0.5
......
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