From e9d523a8d3388681884f3d1fec22b2e4b719efca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:20:02 +0000 Subject: [PATCH] build(deps): update twine requirement from <6.0,>=5.1.1 to >=5.1.1,<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/v5.1.1...6.1.0) --- updated-dependencies: - dependency-name: twine 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 785c6c344..e02c8381f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dev = [ "pipdeptree>=2.13,<3.0", "pre-commit>=3.4,<5.0", "setuptools>=73,<76", - "twine>=5.1.1,<6.0", + "twine>=5.1.1,<7.0", "wheel>=0.42,<0.46", "rdmo[allauth]", "rdmo[pytest]",