From fd4e77586fb1a0a391469cdd3801b9f6ef48221f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 18:23:09 +0000 Subject: [PATCH] Bump setuptools from 58.0.4 to 62.4.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 58.0.4 to 62.4.0. - [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/v58.0.4...v62.4.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 0ab11950..decb312c 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -8,6 +8,6 @@ pylint==2.11.1 pytest==6.2.5 pytest-cov==2.12.1 pytest-timeout==1.4.2 -setuptools==58.0.4 +setuptools==62.4.0 tox==3.24.4 twine==3.4.2