From d14536b5e8b3a723f8148d359758d78097122b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 15:48:14 +0000 Subject: [PATCH] Bump setuptools from 51.0.0 to 65.5.1 in /src/lamplib Bumps [setuptools](https://github.com/pypa/setuptools) from 51.0.0 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/v51.0.0...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/lamplib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lamplib/requirements.txt b/src/lamplib/requirements.txt index 43c2617e5e..08d67c7c97 100644 --- a/src/lamplib/requirements.txt +++ b/src/lamplib/requirements.txt @@ -10,7 +10,7 @@ requests==2.21.0 yamllint==1.15.0 shrub.py==1.1.0 black==19.10b0 -setuptools==51.0.0 +setuptools==65.5.1 pytest==6.0.2 # Force a binary distribution of numpy on macOS: