Skip to content

Commit

Permalink
upgrade plone.dexterity (memory leak) (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico authored Dec 3, 2023
1 parent afe161f commit 60488da
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ versions = versions
version = __CURRENT_VERSION__

[versions]
# https://github.com/plone/buildout.coredev/blob/5.2/newer-versions.cfg

# plone.dexterity has a fix for a possible memory leak.
# See https://github.com/plone/Products.CMFPlone/issues/3829
# Main change is here:
# https://github.com/plone/plone.dexterity/pull/189
plone.dexterity = 2.11.0

# The newer plone.dexterity version leads to test failures on Python 3,
# which may or may not happen in production use as well. plone.supermodel
# backports a fix made for the dexterity site root in Plone 6, which
# helps for this new situation as well.
# Main change is here:
# https://github.com/plone/plone.supermodel/pull/55
plone.supermodel = 1.7.0

# agid-related products
collective.address = 1.6
collective.dexteritytextindexer = 2.4.0
Expand Down

0 comments on commit 60488da

Please sign in to comment.