From 1f036da2f945dbbcaa1c1efcc5aacc7b4a168d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 09:01:46 +0000 Subject: [PATCH] Update twine requirement from <6.2,>=3.4 to >=3.4,<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/3.4.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 6c86b5f7..42f6e701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "pdoc3 >=0.10,<0.12", "ruff >=0.12.3,<0.13", # formatter & linter "setuptools >=62,<81", - "twine >=3.4,<6.2", # PyPI + "twine >=3.4,<6.3", # PyPI "types-requests >=2.26,<3", # mypy type hints "types-setuptools >=71.1,<81", # mypy type hints "wheel >=0.37,<0.46",