From cd664f2d0521732ab805ec014f7d8eab6be5bfbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:19:54 +0000 Subject: [PATCH] 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.0.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 ed4c015..e8f3430 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pre-commit = "^3.5.0" pytest = "^7.4.3" apache-airflow = "^2.7.3" m2r2 = "^0.3.3.post2" -twine = "^4.0.2" +twine = ">=4.0.2,<6.0.0" [tool.poetry.scripts] airflow-helper = 'airflow_helper.cli:cli'