From 2d3b7529f939216e16fac93b70a32e84e4a8b316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:47:10 +0000 Subject: [PATCH] Bump twine from 5.1.1 to 6.0.1 Bumps [twine](https://github.com/pypa/twine) from 5.1.1 to 6.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/v5.1.1...6.0.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8970949..3ef5474 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ 'pylint==3.2.7', 'pytest==8.3.3', 'pytest-cov==5.0.0', - 'twine==5.1.1', + 'twine==6.0.1', ] }, install_requires=[