From 1134e95dbf6c2bdacca567240d70db4ea3c5f067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 14:55:21 +0000 Subject: [PATCH] Bump setuptools from 18.5 to 65.5.1 in /servo/python Bumps [setuptools](https://github.com/pypa/setuptools) from 18.5 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/18.5...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- servo/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servo/python/requirements.txt b/servo/python/requirements.txt index 11d7910b94d5..f0c8c2817e3d 100644 --- a/servo/python/requirements.txt +++ b/servo/python/requirements.txt @@ -6,7 +6,7 @@ mach == 0.6.0 mozdebug == 0.1 mozinfo == 0.8 mozlog == 3.5 -setuptools == 18.5 +setuptools == 65.5.1 toml == 0.9.2 # For Python linting