From e9193ab55d9b3e3cecf2d22a0913ca68b06f80e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 17:00:54 +0000 Subject: [PATCH] Bump setuptools from 63.2.0 to 65.5.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 63.2.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/v63.2.0...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ddc8cd..bd2a6ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pyparsing==3.0.9 pytest==7.1.3 python-dateutil==2.8.2 pytz==2022.5 -setuptools==63.2.0 +setuptools==65.5.1 six==1.16.0 tomli==2.0.1 typing==3.7.4.3