From 721776e80cd3bce0e9fccdc2105c251c29379f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:37:40 +0000 Subject: [PATCH] [Dependabot]: Update twine requirement from ~=5.1 to ~=6.1 Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. - [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/5.1.0...6.1.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dist/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/requirements.txt b/dist/requirements.txt index 918a0be9..778498a1 100644 --- a/dist/requirements.txt +++ b/dist/requirements.txt @@ -1,2 +1,2 @@ wheel ~= 0.45 -twine ~= 5.1 +twine ~= 6.1