From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 19:47:10 +0000 (+0100) Subject: Bump twine from 3.7.1 to 3.8.0 (#1532) X-Git-Tag: 0.19.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88a2b54afb0c7cf4a1c00d69dc81f25a1a9080e4;p=thirdparty%2Fstarlette.git Bump twine from 3.7.1 to 3.8.0 (#1532) Bumps [twine](https://github.com/pypa/twine) from 3.7.1 to 3.8.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...3.8.0) --- 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 332bfc70..2973a705 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,5 +22,5 @@ mkdocs-material==8.1.3 mkautodoc==0.1.0 # Packaging -twine==3.7.1 +twine==3.8.0 wheel==0.37.1