From 34e5e32dbdbfc3d5782e1722af888d948ea64c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:12:16 +0330 Subject: [PATCH] Bump twine from 4.0.0 to 4.0.2 (#6) Bumps [twine](https://github.com/pypa/twine) from 4.0.0 to 4.0.2. - [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...4.0.2) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index dc232cf..29dccb0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ requests==1.0.0 setuptools==40.8.0 wheel==0.40.0 -twine==4.0.0 +twine==4.0.2 vulture>=1.0 bandit>=1.5.1 pydocstyle>=3.0.0