From d4311ccbfbf5b63fe4dc5da59de23b5db1783f8a Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Sun, 18 Aug 2024 13:46:11 +0200 Subject: [PATCH] Addressed safety issues (#1411) Signed-off-by: Andreas Maier --- docs/changes.rst | 2 +- minimum-constraints-install.txt | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index d02352c7..b88d68fd 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,7 +20,7 @@ Released: not yet **Bug fixes:** -* Addressed safety issues up to 2024-08-13. +* Addressed safety issues up to 2024-08-18. * Fixed new issues reported by Pylint 3.2. diff --git a/minimum-constraints-install.txt b/minimum-constraints-install.txt index 1cc89a74..77ed406b 100644 --- a/minimum-constraints-install.txt +++ b/minimum-constraints-install.txt @@ -19,11 +19,7 @@ # * pip>=21.0 is needed for the cryptography package on Windows on GitHub Actions. pip==23.3 -# setuptools 41.5.0 fixes build errors with Visual C++ 14.0 on Windows -# setuptools 49.0.0 fixes the comparison of Python versions in requirements that was -# based on strings and thus ignored certain requirements on Python 3.10. -setuptools==65.5.1; python_version <= '3.11' -setuptools==66.1.0; python_version >= '3.12' +setuptools==70.0.0 # wheel 0.36.2 fixes empty and invalid tag issues in archive file name # wheel 0.38.0 fixes pywbemtools issue #1228