From 9ee3bd8b769d0d7fb1d526772a14d94a44d7a79e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:54:17 +0000 Subject: [PATCH] chore(deps): update twine requirement 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/6.0.1...6.2.0) --- updated-dependencies: - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.build.txt b/requirements/requirements.build.txt index 507272ba..2879eebd 100644 --- a/requirements/requirements.build.txt +++ b/requirements/requirements.build.txt @@ -1,4 +1,4 @@ setuptools>=70.0.0,<83.0.0 wheel>=0.44.0,<1.0.0 build>=1.0.3,<2.0.0 -twine>=6.0.1,<7.0.0 +twine>=6.2.0,<7.0.0