Skip to content
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 dependabot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ zope.contenttype==6.0
zope.copy==6.0
zope.copypastemove==6.0
zope.datetime==6.0
zope.deferredimport==6.0
zope.deferredimport==6.1.1
zope.deprecation==6.0
zope.dottedname==7.0
zope.dublincore==6.0
Expand Down Expand Up @@ -77,7 +77,7 @@ transaction==5.0
zc.lockfile==4.0
zodbpickle==4.3
six==1.17.0
coverage==7.13.3
coverage==7.13.4
manuel==1.13.0
collective.recipe.cmd==0.11
mr.developer==2.0.4
Expand All @@ -86,7 +86,7 @@ z3c.recipe.compattest==4.0
zc.recipe.egg==4.0.0
zc.recipe.testrunner==4.0
Chameleon==4.6.0
grok==6.1
grok==6.2
grokcore.annotation==5.0
grokcore.catalog==5.0
grokcore.chameleon==5.0
Expand Down
6 changes: 3 additions & 3 deletions grok-versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ zope.contenttype = 6.0
zope.copy = 6.0
zope.copypastemove = 6.0
zope.datetime = 6.0
zope.deferredimport = 6.0
zope.deferredimport = 6.1.1
zope.deprecation = 6.0
zope.dottedname = 7.0
zope.dublincore = 6.0
Expand Down Expand Up @@ -85,7 +85,7 @@ zodbpickle = 4.3
six = 1.17.0

# ZTK Testing tools
coverage = 7.13.3
coverage = 7.13.4
manuel = 1.13.0

# ZTK buildout dependencies
Expand All @@ -98,7 +98,7 @@ zc.recipe.testrunner = 4.0

# GROK
Chameleon = 4.6.0
grok = 6.1
grok = 6.2
grokcore.annotation = 5.0
grokcore.catalog = 5.0
grokcore.chameleon = 5.0
Expand Down