From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 15:54:21 +0000 (+0000) Subject: Bump twine from 3.4.2 to 3.7.1 (#1998) X-Git-Tag: 0.21.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b019d6ec75cb2e529e12e1c36dd2d5d25d244522;p=thirdparty%2Fhttpx.git 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> --- 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