Skip to content

Commit

Permalink
- update version pins
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Feb 26, 2020
1 parent dbb6b66 commit aec03cd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
6 changes: 3 additions & 3 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DocumentTemplate==3.2.2
ExtensionClass==4.4
Missing==4.1
MultiMapping==4.1
Paste==3.3.0
Paste==3.4.0
PasteDeploy==2.1.0
Persistence==3.0
Products.BTreeFolder2==4.2
Expand Down Expand Up @@ -69,14 +69,14 @@ zope.i18nmessageid==5.0.0
zope.interface==4.7.1
zope.lifecycleevent==4.3.0
zope.location==4.2
zope.pagetemplate==4.4.1
zope.pagetemplate==4.5.0
zope.processlifetime==2.3.0
zope.proxy==4.3.3
zope.ptresource==4.2.0
zope.publisher==5.1.1
zope.ramcache==2.3
zope.schema==4.9.3
zope.security==5.0
zope.security==5.1.0
zope.sendmail==5.0
zope.sequencesort==4.1.2
zope.site==4.2.2
Expand Down
6 changes: 3 additions & 3 deletions requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DocumentTemplate==3.2.2
ExtensionClass==4.4
Missing==4.1
MultiMapping==4.1
Paste==3.3.0
Paste==3.4.0
PasteDeploy==2.1.0
Persistence==3.0
Products.BTreeFolder2==4.2
Expand Down Expand Up @@ -69,14 +69,14 @@ zope.i18nmessageid==5.0.0
zope.interface==4.7.1
zope.lifecycleevent==4.3.0
zope.location==4.2
zope.pagetemplate==4.4.1
zope.pagetemplate==4.5.0
zope.processlifetime==2.3.0
zope.proxy==4.3.3
zope.ptresource==4.2.0
zope.publisher==5.1.1
zope.ramcache==2.3
zope.schema==4.9.3
zope.security==5.0
zope.security==5.1.0
zope.sendmail==5.0
zope.sequencesort==4.1.2
zope.site==4.2.2
Expand Down
6 changes: 3 additions & 3 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DocumentTemplate = 3.2.2
ExtensionClass = 4.4
Missing = 4.1
MultiMapping = 4.1
Paste = 3.3.0
Paste = 3.4.0
PasteDeploy = 2.1.0
Persistence = 3.0
Products.BTreeFolder2 = 4.2
Expand Down Expand Up @@ -75,14 +75,14 @@ zope.i18nmessageid = 5.0.0
zope.interface = 4.7.1
zope.lifecycleevent = 4.3.0
zope.location = 4.2
zope.pagetemplate = 4.4.1
zope.pagetemplate = 4.5.0
zope.processlifetime = 2.3.0
zope.proxy = 4.3.3
zope.ptresource = 4.2.0
zope.publisher = 5.1.1
zope.ramcache = 2.3
zope.schema = 4.9.3
zope.security = 5.0
zope.security = 5.1.0
zope.sendmail = 5.0
zope.sequencesort = 4.1.2
zope.site = 4.2.2
Expand Down
15 changes: 8 additions & 7 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ appdirs = 1.4.3
attrs = 19.3.0
backports.functools-lru-cache = 1.6.1
beautifulsoup4 = 4.8.2
bleach = 3.1.0
bleach = 3.1.1
buildout.wheel = 0.2.0
certifi = 2019.11.28
cffi = 1.14.0
Expand All @@ -31,7 +31,7 @@ contextlib2 = 0.6.0.post1
coverage = 5.0.3
docutils = 0.16
filelock = 3.0.12
idna = 2.8
idna = 2.9
imagesize = 1.2.0
# tox and pluggy require importlib-metadata <1
importlib-metadata = 0.23
Expand All @@ -53,27 +53,28 @@ pyparsing = 2.4.6
python-gettext = 4.0
readme-renderer = 24.0
repoze.sphinx.autointerface = 0.8
requests = 2.22.0
requests = 2.23.0
requests-toolbelt = 0.9.1
scandir = 1.10.0
snowballstemmer = 2.0.0
# soupsieve 2 needs Python 3
soupsieve = 1.9.5
sphinx-rtd-theme = 0.4.3
sphinxcontrib-websupport = 1.2.0
toml = 0.10.0
tox = 3.14.3
tqdm = 4.42.1
tox = 3.14.5
tqdm = 4.43.0
# Version 2+ needs Python 3.x
twine = 1.15.0
typing = 3.7.4.1
urllib3 = 1.25.8
virtualenv = 16.7.9
virtualenv = 20.0.5
webencodings = 0.5.1
wheel = 0.34.2
z3c.checkversions = 1.1
zc.recipe.egg = 2.0.7
zc.recipe.testrunner = 2.1
zest.releaser = 6.20.0
zest.releaser = 6.20.1
# Version 2 requires Python 3
zipp = 1.1.0
zodbupdate = 1.4

0 comments on commit aec03cd

Please sign in to comment.