Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

just a bunch of updates #253

Merged
merged 1 commit into from
Oct 4, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,15 @@ lazr.restfulclient = 0.13.1
lazr.uri = 1.0.3
lockfile = 0.12.2
MarkupSafe = 0.23
mccabe = 0.3.1
mccabe = 0.4.0
oauth = 1.0.1
pathtools = 0.1.2
pep8 = 1.7.0
# persistent is a test dependency of z3c.form. It is not
# compatible with ZODB 3.10 which we are using.
# If you have a dependency somewhere on else on persistent,
# you must get rid of it.
persistent = 4.1.1
persistent = 4.2.1
pdbpp = 0.8.3
pkginfo = 1.3.2
plone.recipe.command = 1.1
Expand All @@ -186,7 +186,7 @@ pyflakes = 1.0.0
PyGithub = 1.28
pyrepl = 0.8.4
pyroma = 2.0.2
PyYAML = 3.11
PyYAML = 3.12
readme-renderer = 0.7.0
requests-toolbelt = 0.7.0
smmap = 0.9.0
Expand Down
12 changes: 9 additions & 3 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ ExtensionClass = 4.1.2
Acquisition = 4.2.2
# More memory efficient version, Trac #13101
DateTime = 4.1.1
# other updates
Products.BTreeFolder2 = 2.14.0
Missing = 3.1
MultiMapping = 3.0
ZConfig = 3.1.0
ZODB = 3.10.7
ZopeUndo = 4.1
# Overrides until ztk is updated
coverage = 3.7.1
zdaemon = 4.1.0
Expand Down Expand Up @@ -85,8 +91,8 @@ z3c.recipe.sphinxdoc = 1.0.0
Chameleon = 2.25
Jinja2 = 2.8
Markdown = 2.6.7
Pillow = 3.3.1
WebOb = 1.4.2
Pillow = 3.4.0
WebOb = 1.6.1
elementtree = 1.2.7-20070827-preview
cssselect = 0.9.2
decorator = 4.0.10
Expand All @@ -104,7 +110,7 @@ simplejson = 3.8.2
six = 1.10.0
cssmin = 0.2.0
slimit = 0.8.1
pytz = 2016.6.1
pytz = 2016.7

# Unidecode 0.04.{2-9} break tests
Unidecode = 0.04.1
Expand Down