From 976dbb59d551dae55d8e75512b39bc10f0b0d660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 06:02:44 +0000 Subject: [PATCH] Bump twine from 3.4.1 to 4.0.0 Bumps [twine](https://github.com/pypa/twine) from 3.4.1 to 4.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.4.1...4.0.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 452b8bd..d0156f6 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,6 +2,6 @@ black==21.6b0 blacken-docs==1.10.0 pip==21.1.3 pre-commit==2.13.0 -twine==3.4.1 +twine==4.0.0 wheel==0.36.2 yamllint==1.26.1