Skip to content

Commit

Permalink
Update to latest releases of dependencies. (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 9, 2019
1 parent bab9cca commit b3ec627
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 23 deletions.
12 changes: 6 additions & 6 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
AccessControl==4.0b7
AccessControl==4.0
Acquisition==4.6
AuthEncoding==4.1
BTrees==4.5.1
Chameleon==3.6.1
DateTime==4.3
DocumentTemplate==3.0b9
DocumentTemplate==3.0
ExtensionClass==4.4
Missing==4.1
MultiMapping==4.1
PasteDeploy==2.0.1
Persistence==3.0b4
Persistence==3.0
Products.BTreeFolder2==4.2
Products.ZCatalog==4.4
Record==3.5
Expand All @@ -20,16 +20,16 @@ WebTest==2.0.33
ZConfig==3.4.0
ZEO==5.2.1
ZODB==5.5.1
ZServer==4.0b3 ; python_version < '3.0'
ZServer==4.0 ; python_version < '3.0'
Zope2==4.0b1
five.globalrequest==99.1
five.localsitemanager==3.2.2
funcsigs==1.0.2
future==0.17.1
ipaddress==1.0.22
mock==2.0.0
mock==3.0.5
pbr==5.2.0
persistent==4.4.3
persistent==4.5.0
pytz==2019.1
roman==3.2
shutilwhich==1.1.0
Expand Down
10 changes: 5 additions & 5 deletions requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope
AccessControl==4.0b7
AccessControl==4.0
Acquisition==4.6
AuthEncoding==4.1
BTrees==4.5.1
Chameleon==3.6.1
DateTime==4.3
DocumentTemplate==3.0b9
DocumentTemplate==3.0
ExtensionClass==4.4
Missing==4.1
MultiMapping==4.1
PasteDeploy==2.0.1
Persistence==3.0b4
Persistence==3.0
Products.BTreeFolder2==4.2
Products.ZCatalog==4.4
Record==3.5
Expand All @@ -27,9 +27,9 @@ five.localsitemanager==3.2.2
funcsigs==1.0.2
future==0.17.1
ipaddress==1.0.22
mock==2.0.0
mock==3.0.5
pbr==5.2.0
persistent==4.4.3
persistent==4.5.0
pytz==2019.1
roman==3.2
shutilwhich==1.1.0
Expand Down
12 changes: 6 additions & 6 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
[versions]
Zope =
Zope2 = 4.0b1
AccessControl = 4.0b7
AccessControl = 4.0
Acquisition = 4.6
AuthEncoding = 4.1
BTrees = 4.5.1
Chameleon = 3.6.1
DateTime = 4.3
DocumentTemplate = 3.0b9
DocumentTemplate = 3.0
ExtensionClass = 4.4
Missing = 4.1
MultiMapping = 4.1
PasteDeploy = 2.0.1
Persistence = 3.0b4
Persistence = 3.0
Products.BTreeFolder2 = 4.2
Products.ZCatalog = 4.4
Record = 3.5
Expand All @@ -26,15 +26,15 @@ WebTest = 2.0.33
ZConfig = 3.4.0
ZEO = 5.2.1
ZODB = 5.5.1
ZServer = 4.0b3
ZServer = 4.0
five.globalrequest = 99.1
five.localsitemanager = 3.2.2
funcsigs = 1.0.2
future = 0.17.1
ipaddress = 1.0.22
mock = 2.0.0
mock = 3.0.5
pbr = 5.2.0
persistent = 4.4.3
persistent = 4.5.0
pytz = 2019.1
roman = 3.2
shutilwhich = 1.1.0
Expand Down
14 changes: 8 additions & 6 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ Babel = 2.6.0
Jinja2 = 2.10.1
MarkupSafe = 1.1.1
Paste = 3.0.8
Pygments = 2.3.1
Sphinx = 1.8.4
Pygments = 2.4.0
# Version 2.0+ needs Python 3.x
Sphinx = 1.8.5
alabaster = 0.7.12
appdirs = 1.4.3
backports.functools-lru-cache = 1.5
Expand All @@ -35,10 +36,10 @@ manuel = 1.10.1
mr.developer = 2.0.0
nose = 1.3.7
packaging = 19.0
pip = 19.1
pip = 19.1.1
pkginfo = 1.5.0.1
plone.recipe.command = 1.1
pluggy = 0.9.0
pluggy = 0.11.0
py = 1.8.0
pycparser = 2.19
pyparsing = 2.4.0
Expand All @@ -56,12 +57,13 @@ tox = 3.9.0
tqdm = 4.31.1
twine = 1.13.0
typing = 3.6.6
# requests version 2.21 requires urllib3 < 1.25
urllib3 = 1.24.3
virtualenv = 16.5.0
webencodings = 0.5.1
wheel = 0.33.1
wheel = 0.33.2
z3c.checkversions = 1.1
zc.recipe.egg = 2.0.7
zc.recipe.testrunner = 2.0.0
zest.releaser = 6.18.2
zodbupdate = 1.1
zodbupdate = 1.2

0 comments on commit b3ec627

Please sign in to comment.