From 948ae60dba6ced34a042e04a32ab08e568a40f40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:42:51 +0000 Subject: [PATCH] Chore(deps): Update twine requirement from <7 to <8 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...7.0.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-release.txt b/requirements-release.txt index 6018460..29a2a3e 100644 --- a/requirements-release.txt +++ b/requirements-release.txt @@ -1,5 +1,5 @@ bump2version<2 -twine<7 +twine<8 keyring<26 ruff<0.16 build<2