From ad125bbbffe6f018cdc4b4422b45d175dce12574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 08:42:49 +0000 Subject: [PATCH] build(deps): update twine requirement from ~=5.1 to ~=6.1 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.1.0...6.1.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_ci.txt b/requirements_ci.txt index 82f99f3..8d9b526 100644 --- a/requirements_ci.txt +++ b/requirements_ci.txt @@ -5,5 +5,5 @@ flake518 ~= 1.6 mypy ~= 1.5 pydocstyle ~= 6.3 pylint ~= 3.1 -twine ~= 5.1 +twine ~= 6.1 types-setuptools >= 67.4