From 144acc6534ee5a855617fc5ee96f2abe1c71346f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:57:09 +0000 Subject: [PATCH] Update twine requirement from ~=6.1.0 to >=6.1,<6.3 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...6.2.0) --- updated-dependencies: - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa5a2bc1f..0c6709bac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ "pre-commit~=3.5.0", "deepdiff~=7.0.1", "pytest-cov~=5.0.0", - "twine~=6.1.0", + "twine>=6.1,<6.3", "types-retry~=0.9.9.20241221", "networkx~=3.1.0", "networkx-stubs~=0.0.1",