From 4910bde5e037fd6ffc6a65ef052456a635f788de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 10:09:14 +0000 Subject: [PATCH] Bump twine from 3.4.2 to 3.7.0 Bumps [twine](https://github.com/pypa/twine) from 3.4.2 to 3.7.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.2...3.7.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 91626b17..6f1880ce 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,5 +15,5 @@ pytorch_ranger==0.1.1 sphinx-autodoc-typehints==1.12.0 sphinx==4.2.0 torch==1.10.0 -twine==3.4.2 +twine==3.7.0 wheel==0.37.0