diff options
| author | Bob Halley <halley@dnspython.org> | 2022-03-31 10:08:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-31 10:08:32 -0700 |
| commit | 4feeb423a43011c3c9c0cb5804e19132debbc656 (patch) | |
| tree | a08a6ab0cacdf3ed4cfecc70827b202a21eba41b | |
| parent | 6e709c1cb530e7cf2e2d0048458a5efa237da0aa (diff) | |
| parent | b38fdfe3947bf733a5117753574f2b998de382e9 (diff) | |
| download | dnspython-4feeb423a43011c3c9c0cb5804e19132debbc656.tar.gz | |
Merge pull request #802 from rthalley/dependabot/pip/twine-tw-4.0.0
Update twine requirement from ^3.1.1 to ^4.0.0
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f8b8426..9ab0385 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" |
