From 5c59d8b1af5084813036867bb1b0e324b2ff641c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 13:35:53 +0000 Subject: [PATCH] chore(deps-dev): bump setuptools from 47.1.1 to 47.2.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 47.1.1 to 47.2.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/master/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v47.1.1...v47.2.0) Signed-off-by: dependabot-preview[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index bba860cf..4d11b4e9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,4 +15,4 @@ sphinx-click==2.3.2 twine==1.13.0;python_version<'3.0' twine==3.1.1;python_version>='3.6' setuptools==44.1.0;python_version<'3.0' -setuptools==47.1.1;python_version>='3.6' +setuptools==47.2.0;python_version>='3.6'