From f1240692b0d578a15e2f943f493284548a5632f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 19:44:25 +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...7.0.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.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 8f9112f..3ed2c93 100644 --- a/requirements/requirements.build.txt +++ b/requirements/requirements.build.txt @@ -1,4 +1,4 @@ setuptools>=70.3.0,<84.0.0 wheel>=0.43.0,<1.0.0 build>=1.1.1,<2.0.0 -twine>=6.0.1,<7.0.0 +twine>=6.0.1,<8.0.0