From e6971431feb47c57e29dad46dd6ea0cc363e8a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:57:09 +0000 Subject: [PATCH] build(deps-dev): update twine requirement from >=4.0.0 to >=6.2.0 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/4.0.0...6.2.0) --- updated-dependencies: - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2a36e54c..72a9f673 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ pre-commit>=3.3.0 tox>=4.6.0 sphinx>=7.1.0 sphinx-rtd-theme>=1.3.0 -twine>=4.0.0 +twine>=6.2.0 build>=1.4.4 # Property-based testing (security invariant verification)