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
4 changes: 4 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ parts =
extensions = mr.developer
allow-picked-versions = false
show-picked-versions = true
auto-checkout =

[sources]
# Add sources here where you need to override the branch

[checkversions]
recipe = zc.recipe.egg
Expand Down
3 changes: 1 addition & 2 deletions dependabot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Chameleon==4.6.0
grok==5.1
grok==6.0
grokcore.annotation==4.0
grokcore.catalog==4.0
grokcore.chameleon==4.1
Expand Down Expand Up @@ -54,6 +54,5 @@ waitress==3.0.2
WebOb==1.8.9
WebTest==3.0.4
WSGIProxy2==0.5.1
z3c.autoinclude==1.1
zc.recipe.egg==3.0.0
zdaemon==5.1
3 changes: 2 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
5.4 (unreleased)
----------------

- Nothing changed yet.
- Completely drop ``z3c.autoinclude`` as all packages in groktoolkit no longer
use it.


5.3 (unreleased)
Expand Down
3 changes: 1 addition & 2 deletions grok-versions.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
# GROK
Chameleon = 4.6.0
grok = 5.1
grok = 6.0
grokcore.annotation = 4.0
grokcore.catalog = 4.0
grokcore.chameleon = 4.1
Expand Down Expand Up @@ -58,7 +58,6 @@ waitress = 3.0.2
WebOb = 1.8.9
WebTest = 3.0.4
WSGIProxy2 = 0.5.1
z3c.autoinclude = 1.1
zc.recipe.egg = 3.0.0
zdaemon = 5.1

Expand Down