From a0b205ccc077ab290a5c9bf80c72257170317999 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 17:55:44 +0000 Subject: [PATCH] Bump twine from 1.13.0 to 1.14.0 Bumps [twine](https://github.com/pypa/twine) from 1.13.0 to 1.14.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...1.14.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..ac25b8a 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==1.14.0 wheel==0.33.1