From cb3539e457e164a79a6e21302d5231d3ef79864d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 01:15:49 +0000 Subject: [PATCH] chore(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-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 5b21111..970b7dc 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -2,7 +2,7 @@ coverage[toml] == 7.* pytest ~= 7.4 pytest-cov ~= 4.1 pytest-xdist ~= 3.5 -twine ~= 4.0 +twine ~= 5.0 mypy ~= 1.8 black ~= 23.12 ruff ~= 0.1.11