From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 16:02:55 +0000 (+0000) Subject: Update twine requirement from ^3.1.1 to ^4.0.0 X-Git-Tag: v2.3.0rc1~77^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F802%2Fhead;p=thirdparty%2Fdnspython.git 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] --- 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"