Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 20, 2017
1 parent 6fe55ea commit 093ab74
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 17 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,17 @@ Features Added
- Products.ZCatalog = 4.0a3
- pytz = 2016.10
- transaction = 2.1.0
- waitress = 1.0.2
- WebOb = 1.7.1
- WebTest = 2.0.24
- WSGIProxy2 = 0.4.3
- zdaemon = 4.2.0
- ZEO = 5.0.4
- zExceptions = 3.6
- ZODB = 5.2.0
- zope.deprecation = 4.2.0
- zope.interface = 4.3.3
- zope.testbrowser = 5.0
- zope.testbrowser = 5.1.0
- zope.testing = 4.6.1
- zope.testrunner = 4.6.0
- zope.globalrequest = 1.3
Expand Down
8 changes: 4 additions & 4 deletions requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Products.ZCTextIndex==4.0.1
Products.ZCatalog==4.0a3
Record==3.1
RestrictedPython==3.6.0
WSGIProxy2==0.4.2
WSGIProxy2==0.4.3
WebOb==1.7.1
WebTest==2.0.24
WebTest==2.0.25
ZConfig==3.1.0
ZEO==5.0.4
ZODB==5.2.0
Expand All @@ -33,7 +33,7 @@ pytz==2016.10
six==1.10.0
sourcecodegen==0.6.14
transaction==2.1.0
waitress==1.0.1
waitress==1.0.2
z3c.pt==3.0
zExceptions==3.6
zc.lockfile==1.2.1
Expand Down Expand Up @@ -79,7 +79,7 @@ zope.size==4.1.0
zope.structuredtext==4.1.0
zope.tal==4.2.0
zope.tales==4.1.1
zope.testbrowser==5.0.0
zope.testbrowser==5.1.0
zope.testing==4.6.1
zope.testrunner==4.6.0
zope.traversing==4.1.0
Expand Down
8 changes: 4 additions & 4 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ RestrictedPython = 3.6.0
six = 1.10.0
sourcecodegen = 0.6.14
transaction = 2.1.0
waitress = 1.0.1
waitress = 1.0.2
WebOb = 1.7.1
WebTest = 2.0.24
WSGIProxy2 = 0.4.2
WebTest = 2.0.25
WSGIProxy2 = 0.4.3
z3c.pt = 3.0
zc.lockfile = 1.2.1
ZConfig = 3.1.0
Expand Down Expand Up @@ -81,7 +81,7 @@ zope.size = 4.1.0
zope.structuredtext = 4.1.0
zope.tal = 4.2.0
zope.tales = 4.1.1
zope.testbrowser = 5.0.0
zope.testbrowser = 5.1.0
zope.testing = 4.6.1
zope.testrunner = 4.6.0
zope.traversing = 4.1.0
Expand Down
19 changes: 11 additions & 8 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ versions = versions
[versions]
# Version pins for development and optional dependencies.
alabaster = 0.7.9
appdirs = 1.4.0
Babel = 2.3.4
beautifulsoup4 = 4.5.3
collective.recipe.cmd = 0.11
Expand All @@ -15,25 +16,27 @@ docutils = 0.13.1
extras = 1.0.0
imagesize = 0.7.1
Jinja2 = 2.9.4
lxml = 3.7.2
lxml = 3.7.3
MarkupSafe = 0.23
mr.developer = 1.34
mr.developer = 1.35
nose = 1.3.7
packaging = 16.8
plone.recipe.command = 1.1
pluggy = 0.4.0
py = 1.4.32
Pygments = 2.1.3
Pygments = 2.2.0
pyparsing = 2.1.10
python-gettext = 3.0
python-subunit = 1.2.0
requests = 2.12.5
setuptools = 33.1.1
requests = 2.13.0
setuptools = 34.2.0
snowballstemmer = 1.2.1
Sphinx = 1.5.1
Sphinx = 1.5.2
testtools = 2.2.0
tox = 2.5.0
tox = 2.6.0
unittest2 = 1.1.0
virtualenv = 15.1.0
z3c.checkversions = 0.5
zc.buildout = 2.5.3
zc.buildout = 2.8.0
zc.recipe.egg = 2.0.3
zc.recipe.testrunner = 2.0.0

0 comments on commit 093ab74

Please sign in to comment.