From 4b0f66db65b11951213e6dff2bb9218f60dac762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 04:18:23 +0000 Subject: [PATCH] Bump twine from 3.4.0 to 3.4.1 Bumps [twine](https://github.com/pypa/twine) from 3.4.0 to 3.4.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/3.4.0...3.4.1) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9213d7..2a118b7 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'sphinx-rtd-theme==0.4.3', ] DEV_EXTRAS = [ - 'twine==3.4.0', + 'twine==3.4.1', 'bump2version==1.0.1', 'pre-commit==2.11.1', ] + TEST_EXTRAS + DOC_EXTRAS