From b019d6ec75cb2e529e12e1c36dd2d5d25d244522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 15:54:21 +0000 Subject: [PATCH] Bump twine from 3.4.2 to 3.7.1 (#1998) Bumps [twine](https://github.com/pypa/twine) from 3.4.2 to 3.7.1. - [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.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b4650a2c..2cc93a25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ mkautodoc==0.1.0 mkdocs-material==8.0.2 # Packaging -twine==3.4.2 +twine==3.7.1 wheel==0.37.0 # Tests & Linting -- 2.47.3