From 5df4f922871725d6b799475b00e295e233271ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 01:49:19 +0000 Subject: [PATCH] Bump twine from 3.5.0 to 5.0.0 Bumps [twine](https://github.com/pypa/twine) from 3.5.0 to 5.0.0. - [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/3.5.0...5.0.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 03bce60..87c15b0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ requests==2.31.0 setuptools==40.8.0 wheel==0.35.0 -twine==3.5.0 +twine==5.0.0 vulture>=1.0 bandit>=1.5.1 pydocstyle>=3.0.0