From b38fdfe3947bf733a5117753574f2b998de382e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 16:02:55 +0000 Subject: [PATCH] Update twine requirement from ^3.1.1 to ^4.0.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/3.1.1...4.0.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8b84266..9ab0385c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ pytest-cov = "^3.0.0" flake8 = "^4.0.1" sphinx = "^4.0.0" coverage = "^6.0" -twine = "^3.1.1" +twine = "^4.0.0" wheel = "^0.35.0" pylint = "^2.7.4" mypy = ">=0.940" -- 2.47.3