From fbef9d5377edf71146bb6f8d332c4e3b75b9391e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 14:55:21 +0000 Subject: [PATCH] Bump setuptools from 19.2 to 65.5.1 in /dev Bumps [setuptools](https://github.com/pypa/setuptools) from 19.2 to 65.5.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/19.2...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev/requirements_build_gui.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements_build_gui.txt b/dev/requirements_build_gui.txt index 138b39aa5..2dc8fc24f 100644 --- a/dev/requirements_build_gui.txt +++ b/dev/requirements_build_gui.txt @@ -5,6 +5,6 @@ docopt==0.6.2 vtk==9.0.1 pillow>=3.1.1 pywin32 # installs a DLL (I forget which) -setuptools==19.2 # note that 19.3-19.6.2 don't work; it'll cause: +setuptools==65.5.1 # note that 19.3-19.6.2 don't work; it'll cause: # # ImportError: The 'packaging' package is required; normally this is bundled with this package so if you get this warning #numpydoc