From d5c6ee0a41f56124b108c3aa2512d8f35f5b0c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:07:07 +0000 Subject: [PATCH] chore(deps-dev): update twine requirement 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/5.0.0...6.2.0) --- updated-dependencies: - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c10eafcdd..ec02ea601 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ macaron = 'macaron.__main__:main' # installed. Make sure to keep the requirements in sync with the workflows! actions = [ "commitizen >=4.0.0,<5.0.0", - "twine >=5.0.0,<6.0.0", + "twine >=5.0.0,<7.0.0", ] dev = [ "flit >=3.2.0,<4.0.0",