]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update twine requirement from ^3.1.1 to ^4.0.0 802/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 31 Mar 2022 16:02:55 +0000 (16:02 +0000)
committerGitHub <noreply@github.com>
Thu, 31 Mar 2022 16:02:55 +0000 (16:02 +0000)
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] <support@github.com>
pyproject.toml

index f8b84266785b7871ae50167f398e2129712b3833..9ab0385c393b016ada965f07834603f7765179cc 100644 (file)
@@ -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"