From 1946cc7b50cac09939ae0612be74ec2da0b53b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:36:56 +0000 Subject: [PATCH] build(deps): update twine requirement from ~=6.1 to ~=7.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/6.1.0...7.0.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_ci.txt b/requirements_ci.txt index 553ca44..e25a853 100644 --- a/requirements_ci.txt +++ b/requirements_ci.txt @@ -8,7 +8,7 @@ mypy ~= 2.1; python_version >= '3.10' pydocstyle ~= 6.3 pylint ~= 3.3; python_version < '3.10' pylint ~= 4.0; python_version >= '3.10' -twine ~= 6.1 +twine ~= 7.0 types-docutils ~= 0.20 types-setuptools >= 70.0 version-query ~= 1.6