From 8f49360d57653f633ff124846920f874ae9632f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 21:28:15 +0000 Subject: [PATCH] build(deps): update twine requirement from ~=4.0 to ~=5.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.0...5.0.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 18a78e0..a03bb3d 100644 --- a/requirements_ci.txt +++ b/requirements_ci.txt @@ -5,5 +5,5 @@ flake518 ~= 1.6; python_version >= '3.9' mypy ~= 1.5 pydocstyle ~= 6.3 pylint ~= 2.17 -twine ~= 4.0 +twine ~= 5.0 types-setuptools >= 67.4