From 9b8643217839a651942094d3a40cd0b33073eb9d Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Fri, 20 Sep 2024 12:14:04 +0200 Subject: [PATCH] Update to zc.buildout 3.1.1 and setuptools 75.1.0. Note that setuptools 75 removes the deprecated 'upload' and 'register' commands from 'setup.py', but we should not need that. At least zest.releaser calls 'twine' to upload or register to PyPI. --- requirements.txt | 4 ++-- versions.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9511ba5a90..00723d9533 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pip==24.2 -setuptools==74.0.0 +setuptools==75.1.0 wheel==0.44.0 -zc.buildout==3.1.0 +zc.buildout==3.1.1 # Windows specific down here (has to be installed here, fails in buildout) # Dependency of zope.sendmail: diff --git a/versions.cfg b/versions.cfg index 360593d0aa..3f29b86d51 100644 --- a/versions.cfg +++ b/versions.cfg @@ -14,9 +14,9 @@ extends = https://zopefoundation.github.io/Zope/releases/5.10/versions.cfg # Basics # !! keep in sync with requirements.txt !! pip = 24.2 -setuptools = 74.0.0 +setuptools = 75.1.0 wheel = 0.44.0 -zc.buildout = 3.1.0 +zc.buildout = 3.1.1 # windows specific nt-svcutils = 2.13.0