From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 08:31:05 +0000 (+0100) Subject: Bump twine from 3.7.1 to 4.0.0 (#2161) X-Git-Tag: 0.23.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c54df4eab34d605316ba7f8f67ff6d4b3506a70d;p=thirdparty%2Fhttpx.git Bump twine from 3.7.1 to 4.0.0 (#2161) Bumps [twine](https://github.com/pypa/twine) from 3.7.1 to 4.0.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.7.1...4.0.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-major ... 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 5b61df0a..826e4faa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ mkautodoc==0.1.0 mkdocs-material==8.1.4 # Packaging -twine==3.7.1 +twine==4.0.0 wheel==0.37.1 # Tests & Linting