From f18b28713735f86987084417c0f969aa4d13b003 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 02:26:17 +0000 Subject: [PATCH] chore(deps-dev): bump setuptools from 50.0.2 to 50.0.3 Bumps [setuptools](https://github.com/pypa/setuptools) from 50.0.2 to 50.0.3. - [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/v50.0.2...v50.0.3) 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 5c6a17fe..426e773d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,4 +16,4 @@ twine==1.13.0;python_version<'3.0' twine==3.2.0;python_version>='3.6' wheel==0.35.1 setuptools==44.1.0;python_version<'3.0' -setuptools==50.0.2;python_version>='3.6' +setuptools==50.0.3;python_version>='3.6'