From f903819274aad663313993d4174abfae2ea49acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 02:38:23 +0000 Subject: [PATCH] chore(deps-dev): update twine requirement from ^4.0.2 to >=4.0.2,<6.0.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/4.0.2...5.1.0) --- updated-dependencies: - dependency-name: twine 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 b026603..fb8b749 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ mypy = "1.3.0" [tool.poetry.group.test-pypi.dependencies] -twine = "^4.0.2" +twine = ">=4.0.2,<6.0.0" [build-system]