From cd80a74856878b0da21b335465e31d62d7b33246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:28:06 +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/4.0.1...5.0.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 2e7c2eb1d..681f82b97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ macaron = 'macaron.__main__:main' # installed. Make sure to keep the requirements in sync with the workflows! actions = [ "commitizen >=3.13.0,<4.0.0", - "twine >=4.0.1,<5.0.0", + "twine >=4.0.1,<6.0.0", ] dev = [ "flit >=3.2.0,<4.0.0",