From 129630aa45dfe645c257dbb232a2b2e2a6c9e743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= Date: Tue, 11 Jun 2024 16:23:48 +0900 Subject: [PATCH] update dependencies --- constraints.txt | 6 +++--- requirements-full.txt | 6 +++--- versions-prod.cfg | 6 +++--- versions.cfg | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/constraints.txt b/constraints.txt index f1417a392d..a3b3b67f23 100644 --- a/constraints.txt +++ b/constraints.txt @@ -3,7 +3,7 @@ Acquisition==6.0 AuthEncoding==5.0 BTrees==6.0 Chameleon==4.4.4; python_version == '3.8' -Chameleon==4.4.4; python_version > '3.8' +Chameleon==4.5.4; python_version > '3.8' DateTime==5.5 DocumentTemplate==4.6 ExtensionClass==5.1 @@ -49,14 +49,14 @@ zope.cachedescriptors==5.0 zope.component==6.0 zope.configuration==5.0.1 zope.container==6.0 -zope.contentprovider==5.0 +zope.contentprovider==6.0 zope.contenttype==5.1 zope.datetime==5.0.0 zope.deferredimport==5.0 zope.deprecation==5.0 zope.dottedname==6.0 zope.event==5.0 -zope.exceptions==5.0.1 +zope.exceptions==5.1 zope.filerepresentation==6.0 zope.globalrequest==2.0 zope.hookable==6.0 diff --git a/requirements-full.txt b/requirements-full.txt index 2d254b4c4b..677464c8b8 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -4,7 +4,7 @@ Acquisition==6.0 AuthEncoding==5.0 BTrees==6.0 Chameleon==4.4.4; python_version == '3.8' -Chameleon==4.4.4; python_version > '3.8' +Chameleon==4.5.4; python_version > '3.8' DateTime==5.5 DocumentTemplate==4.6 ExtensionClass==5.1 @@ -50,14 +50,14 @@ zope.cachedescriptors==5.0 zope.component==6.0 zope.configuration==5.0.1 zope.container==6.0 -zope.contentprovider==5.0 +zope.contentprovider==6.0 zope.contenttype==5.1 zope.datetime==5.0.0 zope.deferredimport==5.0 zope.deprecation==5.0 zope.dottedname==6.0 zope.event==5.0 -zope.exceptions==5.0.1 +zope.exceptions==5.1 zope.filerepresentation==6.0 zope.globalrequest==2.0 zope.hookable==6.0 diff --git a/versions-prod.cfg b/versions-prod.cfg index c0470a0f92..5adf4354e2 100644 --- a/versions-prod.cfg +++ b/versions-prod.cfg @@ -8,7 +8,7 @@ AccessControl = 7.0 Acquisition = 6.0 AuthEncoding = 5.0 BTrees = 6.0 -Chameleon = 4.4.4 +Chameleon = 4.5.4 DateTime = 5.5 DocumentTemplate = 4.6 ExtensionClass = 5.1 @@ -48,14 +48,14 @@ zope.cachedescriptors = 5.0 zope.component = 6.0 zope.configuration = 5.0.1 zope.container = 6.0 -zope.contentprovider = 5.0 +zope.contentprovider = 6.0 zope.contenttype = 5.1 zope.datetime = 5.0.0 zope.deferredimport = 5.0 zope.deprecation = 5.0 zope.dottedname = 6.0 zope.event = 5.0 -zope.exceptions = 5.0.1 +zope.exceptions = 5.1 zope.filerepresentation = 6.0 zope.globalrequest = 2.0 zope.hookable = 6.0 diff --git a/versions.cfg b/versions.cfg index f987e61097..cbda46133f 100644 --- a/versions.cfg +++ b/versions.cfg @@ -15,7 +15,7 @@ Pygments = 2.18.0 Record = 4.1 Sphinx = 7.3.7 alabaster = 0.7.16 -certifi = 2024.2.2 +certifi = 2024.6.2 charset-normalizer = 3.3.2 collective.recipe.template = 2.2 colorama = 0.4.6 @@ -28,9 +28,9 @@ importlib-metadata = 7.1.0 # Required by zope.testbrowser on Python 3.13 because WebOb still uses cgi. legacy-cgi = 2.6 mr.developer = 2.0.2 -packaging = 24.0 +packaging = 24.1 plone.recipe.command = 1.1 -requests = 2.31.0 +requests = 2.32.3 snowballstemmer = 2.2.0 sphinx-rtd-theme = 2.0.0 sphinxcontrib-applehelp = 1.0.8 @@ -45,7 +45,7 @@ tomli = 2.0.1 urllib3 = 2.2.1 z3c.checkversions = 2.1 zc.recipe.testrunner = 3.0 -zipp = 3.18.2 +zipp = 3.19.2 zope.testrunner = 6.4 [versions:python38]