Skip to content

Commit

Permalink
Update constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Sep 21, 2023
1 parent adac139 commit 2a031d0
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions release/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AccessControl==4.3
AccessControl==4.4
Acquisition==4.13
AuthEncoding==4.3
BTrees==4.11.3
Expand All @@ -25,17 +25,17 @@ Paste==3.5.2
PasteDeploy==2.1.1; python_version < "3.0"
PasteDeploy==3.0.1; python_version >= "3.0"
Persistence==3.6
Plone==5.2.13
Plone==5.2.14
Products.ATContentTypes==3.0.7; python_version < "3.0"
Products.Archetypes==1.16.6; python_version < "3.0"
Products.BTreeFolder2==4.4
Products.CMFCore==2.7.0
Products.CMFCore==2.7.1
Products.CMFDiffTool==3.3.3
Products.CMFDynamicViewFTI==6.0.3
Products.CMFEditions==3.3.5
Products.CMFFormController==4.1.4
Products.CMFPlacefulWorkflow==2.0.4
Products.CMFPlone==5.2.13
Products.CMFPlone==5.2.14
Products.CMFQuickInstallerTool==4.0.4
Products.CMFUid==3.5
Products.DCWorkflow==2.7.0
Expand Down Expand Up @@ -76,7 +76,7 @@ PyYAML==5.4.1
Pygments==2.5.2; python_version < "3.0"
Pygments==2.13.0; python_version >= "3.0"
Record==3.6
RestrictedPython==5.2
RestrictedPython==5.4
SecretStorage==2.3.1; python_version < "3.0"
SecretStorage==3.3.3; python_version >= "3.0"
Sphinx==1.8.6
Expand All @@ -90,7 +90,7 @@ ZEO==5.3.0
ZODB==5.8.0
ZODB3==3.11.0
ZServer==4.0.2; python_version < "3.0"
Zope==4.8.7
Zope==4.8.10
Zope2==4.0
ZopeUndo==4.3
alabaster==0.7.12
Expand Down Expand Up @@ -248,7 +248,7 @@ plone.app.linkintegrity==3.6.1
plone.app.locales==5.1.33
plone.app.lockingbehavior==1.0.7
plone.app.mosaic==2.2.5
plone.app.multilingual==5.6.5
plone.app.multilingual==5.6.6
plone.app.portlets==4.4.9
plone.app.querystring==1.6.1
plone.app.redirector==2.2.1
Expand All @@ -261,7 +261,7 @@ plone.app.testing==6.1.9
plone.app.textfield==1.3.7
plone.app.theming==4.1.8
plone.app.tiles==3.3.0
plone.app.upgrade==2.1.6
plone.app.upgrade==2.1.7
plone.app.users==2.6.8
plone.app.uuid==2.0.2
plone.app.versioningbehavior==1.4.6
Expand Down Expand Up @@ -294,7 +294,7 @@ plone.keyring==3.2.1
plone.locking==2.3.0
plone.memoize==3.0.0
plone.mockup==1.0
plone.namedfile==5.6.0
plone.namedfile==5.6.1
plone.outputfilters==4.1.0
plone.portlet.collection==3.3.7
plone.portlet.static==3.1.6
Expand All @@ -304,14 +304,14 @@ plone.recipe.alltests==1.5.2
plone.recipe.command==1.1
plone.recipe.precompiler==0.7.2
plone.recipe.zeoserver==2.0.3
plone.recipe.zope2instance==6.12.0
plone.recipe.zope2instance==6.12.1
plone.registry==1.2.1
plone.releaser==1.8.8
plone.releaser==1.8.9
plone.reload==3.0.2
plone.resource==2.1.4
plone.resourceeditor==3.0.4
plone.rest==1.6.2
plone.restapi==7.8.2
plone.restapi==7.8.3
plone.rfc822==2.0.2
plone.scale==3.1.2
plone.schema==1.4.0
Expand Down Expand Up @@ -452,7 +452,8 @@ zope.cachedescriptors==4.4
zope.component==4.6.2
zope.componentvocabulary==2.3.0
zope.configuration==4.4.1
zope.container==4.10
zope.container==4.10; python_version < "3.0"
zope.container==5.1; python_version >= "3.0"
zope.contentprovider==4.2.1
zope.contenttype==4.6
zope.copy==4.3
Expand Down

0 comments on commit 2a031d0

Please sign in to comment.