From e986b5daef849bf5c29e8c223446d08e0715c41c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:46:15 +0000 Subject: [PATCH] Bump twine from 4.0.2 to 5.0.0 Bumps [twine](https://github.com/pypa/twine) from 4.0.2 to 5.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/4.0.2...5.0.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a4140ba..fb463c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -twine==4.0.2 +twine==5.0.0 setuptools==68.2.2 wheel==0.41.3