From 135db04a50dc6d935146e685a18adaf60af9d3e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 01:23:25 +0000 Subject: [PATCH] Bump twine from 4.0.0 to 4.0.1 Bumps [twine](https://github.com/pypa/twine) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fab36e87..e5709d77 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ dev_requirements = [ "bumpversion==0.6.0", "pkginfo==1.8.2", - "twine==4.0.0", + "twine==4.0.1", "flake8", "isort", "black",