From cd433f9a7cd59fdf74959078ec3a4430eac8a3da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2019 13:13:57 +0000 Subject: [PATCH] Bump twine from 1.13.0 to 3.1.1 Bumps [twine](https://github.com/pypa/twine) from 1.13.0 to 3.1.1. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/master/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/1.13.0...3.1.1) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1f663e1..807f02a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -r requirements.txt flake8==3.7.7 -twine==1.13.0 +twine==3.1.1 wheel==0.33.1