From f82b6e0efe8b1b83a0fc964190893c17420f943c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 21:01:46 +0000 Subject: [PATCH] [DEPENDABOT]: Bump twine from 3.4.1 to 3.6.0 Bumps [twine](https://github.com/pypa/twine) from 3.4.1 to 3.6.0. - [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/3.4.1...3.6.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-minor ... 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 1aebd77..ade9966 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ tox==3.24.0 coverage==5.5 Sphinx==4.1.1 sphinx-automodapi==0.13 -twine==3.4.1 +twine==3.6.0 pytest==6.2.4 pytest-runner==5.3.1 pytest-mock==3.6.1