From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 13:16:06 +0000 (+0100) Subject: Bump twine from 4.0.0 to 4.0.1 (#2256) X-Git-Tag: 0.23.1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28ed42e5c06345e51aa500b715b848df0df9188d;p=thirdparty%2Fhttpx.git Bump twine from 4.0.0 to 4.0.1 (#2256) Bumps [twine](https://github.com/pypa/twine) from 4.0.0 to 4.0.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/4.0.0...4.0.1) --- 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 2ee52898..c8fa8776 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ mkautodoc==0.1.0 mkdocs-material==8.2.14 # Packaging -twine==4.0.0 +twine==4.0.1 wheel==0.37.1 # Tests & Linting