From f55ba4021a015ba2712bcf513600ae1f2aaf6f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 09:11:12 +0100 Subject: [PATCH] Bump twine from 3.3.0 to 3.4.0 (#34) Bumps [twine](https://github.com/pypa/twine) from 3.3.0 to 3.4.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/3.3.0...3.4.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0894bf2..14867ec 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'yamllint==1.26.0', ] DEV_EXTRAS = [ - 'twine==3.3.0', + 'twine==3.4.0', 'bump2version==1.0.1', 'pre-commit==2.11.1', ]