From 0cbba37d622121b8bb4fd517cd6faf64eb6f29c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:57:42 +0000 Subject: [PATCH] Chore(deps): Update twine requirement from <6 to <7 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/1.3.0...6.0.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d2acf6..a715fcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ examples = [ ] release = [ "build<2", - "twine<6", + "twine<7", ] test = [ "psutil==5.9.8",