From 76032fde0c3250870a6e7b7f659c19faced3b563 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2019 13:12:17 +0000 Subject: [PATCH] Bump twine from 1.13.0 to 3.0.0 Bumps [twine](https://github.com/pypa/twine) from 1.13.0 to 3.0.0. - [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.0.0) 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..0d97dc7 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.0.0 wheel==0.33.1