From f555bf07e31aeec2a571eeec50f72ceb3831ae77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 05:27:04 +0000 Subject: [PATCH] Update twine requirement from ~=3.3.0 to ~=3.4.1 Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. - [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 7436bc0..c8a7f7f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,6 +6,6 @@ flake8~=3.9.0 tox~=3.23.0 coverage~=5.5 Sphinx~=3.5.2 -twine~=3.3.0 +twine~=3.4.1 pytest>=6.1.0,<6.3.0 pytest-runner~=5.3