From ea2214844c20f65b5e168cad57fd355e9a34c2ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 15:36:42 +0000 Subject: [PATCH] Bump setuptools from 41.0.1 to 65.5.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 41.0.1 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/v41.0.1...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index de42ab0..e1bff8f 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ install_requires=[ 'inject==3.3.2', 'openpyxl==3.0.5', - 'setuptools==41.0.1', + 'setuptools==65.5.1', 'Pillow>=6.2.1', 'robotframework-seleniumlibrary', 'robotframework-puppeteerlibrary',