From 224748cb474736b198006b910bda7e3ef5f840b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:50:53 +0000 Subject: [PATCH] [skip ci]: Bump setuptools from 70.3.0 to 72.2.0 in /src Bumps [setuptools](https://github.com/pypa/setuptools) from 70.3.0 to 72.2.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v70.3.0...v72.2.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 2f1502839..87a1537d6 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -26,7 +26,7 @@ ###### # packages that are required on all platforms # -setuptools==70.3.0 # py2app fails on 71.0.3 and 71.0.4; pyinstaller windows/linux fails on 71.0.0 <= < 71.0.3 +setuptools==72.2.0 # py2app fails on 71.0.3 and 71.0.4; pyinstaller windows/linux fails on 71.0.0 <= < 71.0.3 wheel==0.44.0 pyserial==3.5 pymodbus==3.6.9; python_version < '3.9' # last Python 3.8 release