From bc468be5a342424f4faa370d05fd1969d6b77683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 06:28:08 +0000 Subject: [PATCH] build(deps-dev): bump twine from 3.3.0 to 3.4.1 Bumps [twine](https://github.com/pypa/twine) from 3.3.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.3.0...3.4.1) Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 3e0c2c74a7..334325a783 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -17,5 +17,5 @@ pytest-cov==2.11.1 pytest-xdist==2.2.1 pyupgrade==2.10.0 Sphinx==3.5.1 -twine==3.3.0 +twine==3.4.1 virtualenv==20.4.2