From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Sep 2021 09:33:38 +0000 (+0100) Subject: Bump twine from 3.4.1 to 3.4.2 (#1838) X-Git-Tag: 1.0.0.beta0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15defd1b5e4479ba892201902104a890707f2418;p=thirdparty%2Fhttpx.git Bump twine from 3.4.1 to 3.4.2 (#1838) Bumps [twine](https://github.com/pypa/twine) from 3.4.1 to 3.4.2. - [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.4.2) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-patch ... 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 052a0465..c059b90b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ mkautodoc==0.1.0 mkdocs-material==7.1.8 # Packaging -twine==3.4.1 +twine==3.4.2 wheel==0.36.2 # Tests & Linting