From 3fcbc0124555464ce131a19e157c2d98f64d1672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 15:38:41 +0000 Subject: [PATCH] Bump setuptools from 46.4.0 to 65.5.1 in /docker/blenderbot/app Bumps [setuptools](https://github.com/pypa/setuptools) from 46.4.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/v46.4.0...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/blenderbot/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/blenderbot/app/requirements.txt b/docker/blenderbot/app/requirements.txt index 5bff470..d0c69f4 100644 --- a/docker/blenderbot/app/requirements.txt +++ b/docker/blenderbot/app/requirements.txt @@ -12,7 +12,7 @@ gunicorn==19.7.1 # for parlai torch==1.8.1 -setuptools==46.4.0 +setuptools==65.5.1 pytest==6.2.2 flake8==3.8.4 Sphinx>=3.0,<4