From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 17:27:35 +0000 (+0200) Subject: Bump twine from 4.0.0 to 4.0.1 (#1757) X-Git-Tag: 0.21.0~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ef8f092406d5e3fbce73f8a242f8c6d155e6af5;p=thirdparty%2Fstarlette.git Bump twine from 4.0.0 to 4.0.1 (#1757) 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 09edca2e..9fa25c70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,5 +25,5 @@ mkdocs-material==8.3.8 mkautodoc==0.1.0 # Packaging -twine==4.0.0 +twine==4.0.1 wheel==0.37.1