File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ recipe = collective.recipe.cmd
5757on_install = true
5858on_update = true
5959cmds =
60- ${buildout:directory}/bin/pip download --dest =${buildout:download-cache}/dist/ --python-version =3.10 --no-deps appy ==1.0.19
60+ ${buildout:directory}/bin/pip download --dest =${buildout:download-cache}/dist/ --python-version =3.10 --no-deps appy ==1.0.21
6161
6262[dists-egg]
6363recipe = zc.recipe.egg
6464find-links = ${buildout:download-cache}
65- eggs = appy ==1.0.19
65+ eggs = appy ==1.0.21
6666
6767[omelette]
6868recipe = collective.recipe.omelette
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ zipp = 1.2.0
203203# Required by:
204204# collective.documentgenerator
205205# must be synchronized with base.cfg dist !!
206- appy = 1.0.19
206+ appy = 1.0.21
207207phonenumbers = 8.13.55
208208
209209# Required by:
You can’t perform that action at this time.
0 commit comments