From 3cc3e1e8e356ccbc8aab676f598fff17e43c0a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 09:07:20 +0000 Subject: [PATCH] Bump setuptools from 60.9.3 to 65.5.1 in /backend Bumps [setuptools](https://github.com/pypa/setuptools) from 60.9.3 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/v60.9.3...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0cf2f35..49ef45f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ Flask==2.2.3 certifi == 2021.10.8 six == 1.15.0 python_dateutil == 2.8.2 -setuptools == 60.9.3 +setuptools == 65.5.1 urllib3 == 1.26.8 connexion[swagger-ui] == 2.14.1 python-slugify == 6.1.1