From eda6e7e7ec7a7f4b9d1259a7b0351f33f85e5955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 07:16:44 +0200 Subject: [PATCH] Bump twine from 3.8.0 to 4.0.0 (#1615) Bumps [twine](https://github.com/pypa/twine) from 3.8.0 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.8.0...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> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66c3f11d..745214d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,5 +22,5 @@ mkdocs-material==8.2.8 mkautodoc==0.1.0 # Packaging -twine==3.8.0 +twine==4.0.0 wheel==0.37.1