Skip to content

Commit

Permalink
Update dependencies to current versions. (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz authored Jan 27, 2018
1 parent 6d03d45 commit c3a5a42
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 55 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Changes

- Move `Products.SiteAccess` back here from ZServer distribution.

- Update dependencies to current versions.


4.0b2 (2017-10-13)
------------------

Expand Down
38 changes: 19 additions & 19 deletions requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope
AccessControl==4.0b1
Acquisition==4.4.2
AccessControl==4.0b3
Acquisition==4.4.4
AuthEncoding==4.0.0
BTrees==4.4.1
Chameleon==3.1
Chameleon==3.2
DateTime==4.2
DocumentTemplate==3.0b2
ExtensionClass==4.3.0
Missing==4.0.1
MultiMapping==4.0
PasteDeploy==1.5.2
Persistence==3.0b1
Persistence==3.0b2
Products.BTreeFolder2==4.0.0
Products.ZCTextIndex==4.0.2
Products.ZCatalog==4.0.1
Record==3.4
RestrictedPython==4.0b2
WSGIProxy2==0.4.4
WebOb==1.7.3
WebTest==2.0.28
WebOb==1.7.4
WebTest==2.0.29
ZConfig==3.2.0
ZEO==5.1
ZEO==5.1.1
ZODB==5.3.0
ZServer==4.0b1 ; python_version < '3.0'
Zope2==4.0b1
five.globalrequest==99.1
five.localsitemanager==3.0.1
funcsigs==1.0.2
ipaddress==1.0.18
ipaddress==1.0.19
mock==2.0.0
pbr==3.1.1
persistent==4.2.2
pytz==2017.2
six==1.10.0
pytz==2017.3
six==1.11.0
transaction==2.1.2
waitress==1.0.2
z3c.pt==3.0
waitress==1.1.0
z3c.pt==3.1.0
zExceptions==3.6.1
zc.lockfile==1.2.1
zdaemon==4.2.0
Expand All @@ -45,23 +45,23 @@ zope.browser==2.2.0
zope.browsermenu==4.3.0
zope.browserpage==4.2.0
zope.browserresource==4.2.1
zope.cachedescriptors==4.3.0
zope.component==4.4.0
zope.cachedescriptors==4.3.1
zope.component==4.4.1
zope.componentvocabulary==2.1.0
zope.configuration==4.1.0
zope.container==4.2.1
zope.contentprovider==4.1.0
zope.contenttype==4.3.0
zope.datetime==4.2.0
zope.deferredimport==4.2.0
zope.deferredimport==4.2.1
zope.deprecation==4.3.0
zope.dottedname==4.2.0
zope.event==4.3.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.i18n==4.3.1
zope.i18nmessageid==4.1.0
zope.interface==4.4.3
zope.lifecycleevent==4.2.0
Expand All @@ -73,16 +73,16 @@ zope.ptresource==4.1.0
zope.publisher==4.3.2
zope.ramcache==2.2.0
zope.schema==4.5.0
zope.security==4.2.0
zope.security==4.2.2
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.2.0
zope.testbrowser==5.2.1
zope.testbrowser==5.2.4
zope.testing==4.6.2
zope.testrunner==4.7.0
zope.testrunner==4.8.1
zope.traversing==4.2.0
zope.viewlet==4.1.0
38 changes: 19 additions & 19 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,42 @@
[versions]
Zope =
Zope2 = 4.0b1
AccessControl = 4.0b1
AccessControl = 4.0b3
AuthEncoding = 4.0.0
Acquisition = 4.4.2
Acquisition = 4.4.4
BTrees = 4.4.1
Chameleon = 3.1
Chameleon = 3.2
DateTime = 4.2
DocumentTemplate = 3.0b2
ExtensionClass = 4.3.0
five.globalrequest = 99.1
five.localsitemanager = 3.0.1
funcsigs = 1.0.2
ipaddress = 1.0.18
ipaddress = 1.0.19
mock = 2.0.0
Missing = 4.0.1
MultiMapping = 4.0
PasteDeploy = 1.5.2
pbr = 3.1.1
Persistence = 3.0b1
Persistence = 3.0b2
persistent = 4.2.2
Products.BTreeFolder2 = 4.0.0
Products.ZCatalog = 4.0.1
Products.ZCTextIndex = 4.0.2
pytz = 2017.2
pytz = 2017.3
Record = 3.4
RestrictedPython = 4.0b2
six = 1.10.0
six = 1.11.0
transaction = 2.1.2
waitress = 1.0.2
WebOb = 1.7.3
WebTest = 2.0.28
waitress = 1.1.0
WebOb = 1.7.4
WebTest = 2.0.29
WSGIProxy2 = 0.4.4
z3c.pt = 3.0
z3c.pt = 3.1.0
zc.lockfile = 1.2.1
ZConfig = 3.2.0
zdaemon = 4.2.0
ZEO = 5.1
ZEO = 5.1.1
zExceptions = 3.6.1
ZODB = 5.3.0
zodbpickle = 0.7.0
Expand All @@ -48,23 +48,23 @@ zope.browser = 2.2.0
zope.browsermenu = 4.3.0
zope.browserpage = 4.2.0
zope.browserresource = 4.2.1
zope.cachedescriptors = 4.3.0
zope.component = 4.4.0
zope.cachedescriptors = 4.3.1
zope.component = 4.4.1
zope.componentvocabulary = 2.1.0
zope.configuration = 4.1.0
zope.container = 4.2.1
zope.contentprovider = 4.1.0
zope.contenttype = 4.3.0
zope.datetime = 4.2.0
zope.deferredimport = 4.2.0
zope.deferredimport = 4.2.1
zope.deprecation = 4.3.0
zope.dottedname = 4.2.0
zope.event = 4.3.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.i18n = 4.3.1
zope.i18nmessageid = 4.1.0
zope.interface = 4.4.3
zope.lifecycleevent = 4.2.0
Expand All @@ -76,17 +76,17 @@ zope.ptresource = 4.1.0
zope.publisher = 4.3.2
zope.ramcache = 2.2.0
zope.schema = 4.5.0
zope.security = 4.2.0
zope.security = 4.2.2
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.2.0
zope.testbrowser = 5.2.1
zope.testbrowser = 5.2.4
zope.testing = 4.6.2
zope.testrunner = 4.7.0
zope.testrunner = 4.8.1
zope.traversing = 4.2.0
zope.viewlet = 4.1.0
ZServer = 4.0b1
34 changes: 17 additions & 17 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,41 @@ versions = versions
# Version pins for development and optional dependencies.
alabaster = 0.7.10
appdirs = 1.4.3
Babel = 2.5.1
Babel = 2.5.3
beautifulsoup4 = 4.6.0
buildout.wheel = 0.2.0
certifi = 2017.4.17
chardet = 3.0.3
certifi = 2018.1.18
chardet = 3.0.4
collective.recipe.cmd = 0.11
collective.recipe.sphinxbuilder = 1.0
coverage = 4.4.1
coverage = 4.4.2
docutils = 0.14
idna = 2.5
idna = 2.6
imagesize = 0.7.1
Jinja2 = 2.9.6
lxml = 3.8.0
Jinja2 = 2.10
lxml = 4.1.1
MarkupSafe = 1.0
mr.developer = 1.38
nose = 1.3.7
packaging = 16.8
pip = 9.0.1
plone.recipe.command = 1.1
pluggy = 0.5.2
py = 1.4.34
pluggy = 0.6.0
py = 1.5.2
Pygments = 2.2.0
pyparsing = 2.2.0
python-gettext = 3.0
requests = 2.16.5
setuptools = 33.1.1
requests = 2.18.4
setuptools = 38.4.0
snowballstemmer = 1.2.1
Sphinx = 1.6.3
Sphinx = 1.6.6
sphinxcontrib-websupport = 1.0.1
tox = 2.8.2
typing = 3.6.2
urllib3 = 1.21.1
tox = 2.9.1
typing = 3.6.4
urllib3 = 1.22
virtualenv = 15.1.0
wheel = 0.30.0
z3c.checkversions = 0.5
zc.buildout = 2.9.5
zc.recipe.egg = 2.0.4
zc.buildout = 2.11.0
zc.recipe.egg = 2.0.5
zc.recipe.testrunner = 2.0.0

0 comments on commit c3a5a42

Please sign in to comment.