From d1088ef6289fe3d6fd6ffeb2b9ff4d63573851e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 17:37:51 +0000 Subject: [PATCH 1/2] Update twine requirement from ~=3.4.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.4.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 b1bfd7e..6d774ec 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ flake8~=3.9.0 tox~=3.23.0 coverage~=5.5 Sphinx~=3.5.2 -twine~=3.4.0 +twine~=3.4.1 pytest~=6.2.3 pytest-runner~=5.3 twine From 17c41341b9a044b17c3b627ecec3b952b4cd072e Mon Sep 17 00:00:00 2001 From: Clinton Collins Date: Mon, 5 Apr 2021 10:38:16 -0700 Subject: [PATCH 2/2] Update requirements_dev.txt --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6d774ec..6434425 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ flake8~=3.9.0 tox~=3.23.0 coverage~=5.5 Sphinx~=3.5.2 -twine~=3.4.1 +twine>=3.4.1 pytest~=6.2.3 pytest-runner~=5.3 twine